skip_ws

Function skip_ws 

Source
pub fn skip_ws(input: &str) -> IResult<&str, ()>
Expand description

Parser that skips whitespace and comments.

ยงErrors

Returns Err when parsing fails.