Function combine::stream::uncons [−][src]
pub fn uncons<Input: ?Sized>(
input: &mut Input
) -> ParseResult<Input::Token, Input::Error> where
Input: Stream,
pub fn uncons<Input: ?Sized>(
input: &mut Input
) -> ParseResult<Input::Token, Input::Error> where
Input: Stream,