pub trait IntoLocalDefId {
// Required method
fn into_local_def_id(self, tcx: TyCtxt<'_>) -> LocalDefId;
}
Expand description
A trait for types that can be converted into a [mir::LocalDefId
] via
TyCtxt
.
pub trait IntoLocalDefId {
// Required method
fn into_local_def_id(self, tcx: TyCtxt<'_>) -> LocalDefId;
}
A trait for types that can be converted into a [mir::LocalDefId
] via
TyCtxt
.