rustc_trait_selection::infer::canonical::ir::inherent

Trait GenericsOf

Source
pub trait GenericsOf<I>
where I: Interner<GenericsOf = Self>,
{ // Required method fn count(&self) -> usize; }

Required Methods§

Source

fn count(&self) -> usize

Implementations on Foreign Types§

Source§

impl<'tcx> GenericsOf<TyCtxt<'tcx>> for &'tcx Generics

Source§

fn count(&self) -> usize

Implementors§