Trait rustdoc::json::conversions::IntoWithTcx[][src]

pub(crate) trait IntoWithTcx<T> {
    fn into_tcx(self, tcx: TyCtxt<'_>) -> T;
}

Required methods

Implementors