pub type IResult<T, O> = IResult<T, O, VerboseError<T>>;
Redeclaration that uses VerboseError instead of the default nom::Error.