Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dgenerics.rs215 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct
217 impl<'a> Iterator for TypeParams<'a> { implementation