Searched refs:parse_with (Results 1 – 1 of 1) sorted by relevance
186 self.parse_with(T::parse) in parse()215 pub fn parse_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_with() method