Trait rustdoc::json::conversions::IntoWithTcx
source · pub(crate) trait IntoWithTcx<T> {
// Required method
fn into_tcx(self, tcx: TyCtxt<'_>) -> T;
}
pub(crate) trait IntoWithTcx<T> {
// Required method
fn into_tcx(self, tcx: TyCtxt<'_>) -> T;
}