Searched refs:ParseIntoOwned (Results 1 – 1 of 1) sorted by relevance
97 pub fn into_owned(self) -> ParseIntoOwned<'a> { in into_owned()98 ParseIntoOwned { inner: self } in into_owned()103 pub struct ParseIntoOwned<'a> { struct107 impl<'a> Iterator for ParseIntoOwned<'a> { argument