Error

Type Alias Error 

Source
pub type Error<S> = (Expect<S>, S);
Expand description

Lexer error, storing what we expected and what we got instead.