Function any_err

Source
pub fn any_err<I: Clone, O, F, X>(
    parser: impl FnMut(I) -> NomRes<I, O, !, F>,
) -> impl FnMut(I) -> NomRes<I, O, X, F>