Trait rustc_type_ir::inherent::GenericArg
source · pub trait GenericArg<I: Interner<GenericArg = Self>>: Copy + Debug + Hash + Eq + IntoKind<Kind = GenericArgKind<I>> + TypeVisitable<I> + Relate<I> + From<I::Ty> + From<I::Region> + From<I::Const> { }Object Safety§
This trait is not object safe.