Searched refs:punct_mut (Results 1 – 2 of 2) sorted by relevance
74 if let Some(punct) = ty.bounds.pairs_mut().next().unwrap().punct_mut() { in visit_type_impl_trait_mut()
985 pub fn punct_mut(&mut self) -> Option<&mut P> { in punct_mut() method