pub trait IntoDefId {
// Required method
fn into_def_id(self, tcx: TyCtxt<'_>) -> DefId;
}
Expand description
Brother to IntoLocalDefId
, converts the id type to a DefId
using TyCtxt
pub trait IntoDefId {
// Required method
fn into_def_id(self, tcx: TyCtxt<'_>) -> DefId;
}
Brother to IntoLocalDefId
, converts the id type to a DefId
using TyCtxt