pub type ParseError<'a> = VerboseError<&'a [u8]>;
Expand description

The type to be used for parse errors.