Function unpeek
pub fn unpeek<'a, I, O, E>(
peek: impl FnMut(I) -> Result<(I, O), ErrMode<E>> + 'a,
) -> impl FnMut(&mut I)where
I: Clone,
👎Deprecated since 0.6.23
Available on crate feature
dep_winnow
only.Expand description
Deprecated