Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dlit.rs186 self.parse_with(T::parse) in parse()
215 pub fn parse_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_with() method