[][src]Function rustc_lexer::is_whitespace

pub fn is_whitespace(c: char) -> bool

True if c is considered a whitespace according to Rust language definition.