Trait peg_runtime::ParseElem [−][src]
A parser input type supporting the [...] syntax.
Associated Types
Loading content...Required methods
fn parse_elem(&self, pos: usize) -> RuleResult<Self::Element>[src]
Get the element at pos, or Failed if past end of input.