Searched defs:GenericParamCount (Results 1 – 2 of 2) sorted by relevance
115 pub struct GenericParamCount { struct116 pub lifetimes: usize,117 pub types: usize,118 pub consts: usize,164 pub fn own_counts(&self) -> GenericParamCount { in own_counts()181 pub fn own_defaults(&self) -> GenericParamCount { in own_defaults()
548 pub struct GenericParamCount { struct549 pub lifetimes: usize,550 pub types: usize,551 pub consts: usize,552 pub infer: usize,