pub fn convert_error<T: AsStr, U: AsStr, V: Debug>(
    input: T,
    e: GreedyError<U, V>
) -> String
Expand description

transforms a GreedyError into a trace with input position information