Searched defs:TypeParamsMut (Results 1 – 1 of 1) sorted by relevance
125 pub fn type_params_mut(&mut self) -> TypeParamsMut { in type_params_mut()207 pub struct TypeParamsMut<'a>(IterMut<'a, GenericParam>); struct209 impl<'a> Iterator for TypeParamsMut<'a> { implementation