Trait rustc_type_ir::inherent::DefId
source · pub trait DefId<I: Interner>: Copy + Debug + Hash + Eq + TypeFoldable<I> {
// Required method
fn as_local(self) -> Option<I::LocalDefId>;
}Required Methods§
fn as_local(self) -> Option<I::LocalDefId>
Object Safety§
This trait is not object safe.