is_horizontal_whitespace

Function is_horizontal_whitespace 

Source
pub fn is_horizontal_whitespace(c: char) -> bool
Expand description

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