[−][src]Trait peg_runtime::Parse
A type that can be used as input to a parser.
A type that can be used as input to a parser.
type PositionRepr: Display
fn start<'input>(&'input self) -> usize
fn position_repr<'input>(&'input self, p: usize) -> Self::PositionRepr
impl Parse for str
[src]type PositionRepr = LineCol
fn start(&self) -> usize
[src]fn position_repr(&self, pos: usize) -> LineCol
[src]impl<T> Parse for [T]
[src]type PositionRepr = usize
fn start(&self) -> usize
[src]fn position_repr(&self, pos: usize) -> usize
[src]