Searched refs:TypeParams (Results 1 – 1 of 1) sorted by relevance
124 pub fn type_params(&self) -> impl Iterator<Item = &TypeParam> [TypeParams] {125 TypeParams(self.params.iter())215 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct217 impl<'a> Iterator for TypeParams<'a> { implementation