Home
last modified time | relevance | path

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

/external/rust/crates/form_urlencoded/src/
Dlib.rs89 pub fn into_owned(self) -> ParseIntoOwned<'a> { in into_owned()
90 ParseIntoOwned { inner: self } in into_owned()
95 pub struct ParseIntoOwned<'a> { struct
99 impl<'a> Iterator for ParseIntoOwned<'a> { argument