Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dgenerics.rs151 pub fn const_params(&self) -> ConstParams { in const_params()
247 pub struct ConstParams<'a>(Iter<'a, GenericParam>); struct
249 impl<'a> Iterator for ConstParams<'a> { implementation