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