Function std::char::is_whitespace[src]
pub fn is_whitespace(c: char) -> bool
Indicates whether a char is whitespace
Whitespace is defined in terms of the Unicode Property 'White_Space'.
pub fn is_whitespace(c: char) -> bool
Indicates whether a char is whitespace
Whitespace is defined in terms of the Unicode Property 'White_Space'.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).