Home
last modified time | relevance | path

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

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