winnow

Function unpeek

Source
pub fn unpeek<'a, I, O, E>(
    peek: impl FnMut(I) -> IResult<I, O, E> + 'a,
) -> impl FnMut(&mut I) -> PResult<O, E>
where I: Clone,
👎Deprecated since 0.6.23
Expand description

Deprecated