Home
last modified time | relevance | path

Searched refs:into_pairs (Results 1 – 2 of 2) sorted by relevance

/linux/rust/syn/
H A Dpath.rs675 path.segments.extend(rest.into_pairs()); in qpath()
H A Dpunctuated.rs161 pub fn into_pairs(self) -> IntoPairs<T, P> { in into_pairs() method