Searched defs:parse_with (Results 1 – 8 of 8) sorted by relevance
86 pub fn parse_with(pattern: &str, config: &Config) -> Result<Hir, Error> { in parse_with() function
231 def parse_with(self): member in Parser
227 def parse_with(self): member in Parser
371 fn parse_with(&self, with_text: &'template str) -> Result<(Path<'template>, &'template str)> { in parse_with() method
213 pub fn parse_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_with() method