peek

Function peek 

Source
pub fn peek<Stream, Context, Parser>(parser: Parser) -> Peek<Parser>
where Stream: Clone, Parser: Parse<Stream, Context>,
Expand description

Function style version of crate::Utils::peek