Error

Type Alias Error 

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

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