Function winnow::combinator::cut

source ·
pub fn cut<I, O, E: ParseError<I>, F>(
    parser: F
) -> impl FnMut(I) -> IResult<I, O, E>where
    I: Stream,
    F: Parser<I, O, E>,
👎Deprecated since 0.3.0: Replaced with <code>cut_err</code>
Expand description

Deprecated, see cut_err