Function combine::stream::uncons [] [src]

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