opt

Function opt 

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

Function style version of crate::Utils::opt