pub fn upgrade_error<I, O, E1: ParseError<I>, E2, F>(
f: F,
) -> impl FnMut(I) -> IResult<I, O, E2>
Expand description
Apply combinator, automatically converts between errors if the underlying type supports it
pub fn upgrade_error<I, O, E1: ParseError<I>, E2, F>(
f: F,
) -> impl FnMut(I) -> IResult<I, O, E2>
Apply combinator, automatically converts between errors if the underlying type supports it