Home
last modified time | relevance | path

Searched refs:ConstParams (Results 1 - 1 of 1) sorted by relevance

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

Completed in 2 milliseconds