Trait rustc_middle::ty::inherent::GenericsOf

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

Required Methods§

source

fn count(&self) -> usize

Implementors§

source§

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