StrErrorAt

Type Alias StrErrorAt 

Source
pub type StrErrorAt<'a> = ErrorAt<StrTrace<'a>>;

Aliased Type§

pub struct StrErrorAt<'a>(pub RuleParseError<Trace<&'a str>>, pub usize, pub usize);

Tuple Fields§

§0: RuleParseError<Trace<&'a str>>§1: usize§2: usize