combine::stream

Function uncons

Source
pub fn uncons<I>(input: &mut I) -> ConsumedResult<I::Item, I>
where I: ?Sized + Stream,