Trait rustc_trait_selection::infer::canonical::ir::inherent::Tys

source ·
pub trait Tys<I>: Copy + Debug + Hash + Eq + IntoIterator<Item = <I as Interner>::Ty> + Deref
where Self::Target: Deref<Target = [<I as Interner>::Ty]>, I: Interner<Tys = Self>,
{ // Required method fn split_inputs_and_output( self ) -> (<I as Interner>::FnInputTys, <I as Interner>::Ty); }

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§