Function drop

Source
pub fn drop<Stream, Context, Parser>(parser: Parser) -> Drop<Parser>
where Parser: Parse<Stream, Context>,
Expand description

Function style version of crate::utils::Utils::drop