Skip to main content

ws

Function ws 

Source
pub fn ws<'a, F, O>(parser: F) -> impl Parser<&'a str, O, ContextError>
where F: Parser<&'a str, O, ContextError>,
Expand description

Make a parser whitespace-insensitive