TError

Type Alias TError 

Source
pub type TError<'t, S> = Error<S, Option<&'t Token<S>>>;
Expand description

Parse error that stores what token it found.