Searched defs:RawPathParamsIter (Results 1 – 1 of 1) sorted by relevance
498 pub struct RawPathParamsIter<'a>(std::slice::Iter<'a, (Arc<str>, PercentDecodedStr)>); struct500 impl<'a> Iterator for RawPathParamsIter<'a> { implementation