[go: up one dir, main page]

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

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