Searched refs:ConstParams (Results 1 – 1 of 1) sorted by relevance
138 pub fn const_params(&self) -> impl Iterator<Item = &ConstParam> [ConstParams] {139 ConstParams(self.params.iter())243 pub struct ConstParams<'a>(Iter<'a, GenericParam>); struct245 impl<'a> Iterator for ConstParams<'a> { implementation