[−][src]Trait peg_runtime::ParseSlice
A parser input type supporting the $()
syntax.
Associated Types
type Slice
Type of a slice of the input.
Required methods
fn parse_slice(&'input self, p1: usize, p2: usize) -> Self::Slice
Get a slice of input.