[−][src]Trait peg::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 self) -> usize
fn position_repr(&'input self, p: usize) -> Self::PositionRepr
impl<T> Parse for [T]
[src]type PositionRepr = usize
fn start(&self) -> usize
[src]fn position_repr(&self, pos: usize) -> usize
[src]impl Parse for str
[src]type PositionRepr = LineCol
fn start(&self) -> usize
[src]fn position_repr(&self, pos: usize) -> LineCol
[src]