Function combine::stream::uncons

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