pub fn convert_error<I>(input: I, e: VerboseError<I>) -> Stringwhere I: Deref<Target = str>,
mtls
Transforms a VerboseError into a trace with input position information
VerboseError