Trait peg_runtime::ParseLiteral [−][src]
A parser input type supporting the "literal" syntax.
Required methods
fn parse_string_literal(&self, pos: usize, literal: &str) -> RuleResult<()>[src]
Attempt to match the literal string at pos, returning whether it
matched or failed.