[][src]Function marks::parser::parse_whitespace

pub fn parse_whitespace<I>(iter: &mut Peekable<I>) -> bool where
    I: Iterator<Item = char>,