Searched defs:TypeParams (Results 1 – 1 of 1) sorted by relevance
215 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct217 impl<'a> Iterator for TypeParams<'a> { implementation