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