Home
last modified time | relevance | path

Searched defs:TypeParamsMut (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dgenerics.rs229 pub struct TypeParamsMut<'a>(IterMut<'a, GenericParam>); struct
231 impl<'a> Iterator for TypeParamsMut<'a> { implementation