Searched refs:into_pairs (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/syn/ | ||
| H A D | path.rs | 675 path.segments.extend(rest.into_pairs()); in qpath() |
| H A D | punctuated.rs | 161 pub fn into_pairs(self) -> IntoPairs<T, P> { in into_pairs() method |