Function combine::primitives::uncons [] [src]

pub fn uncons<I>(input: I) -> ParseResult<I::Item, I> where
    I: Stream