[go: up one dir, main page]

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

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