Skip to main content

skip_ws

Function skip_ws 

Source
pub fn skip_ws(
    input: &mut ParseInput<impl Iterator<Item = (Span, char)> + Clone>,
)
Expand description

Skips over as many whitespace characters as possible.

Used between many parsing functions.