Function std::char::is_control[src]
pub fn is_control(c: char) -> bool
Indicates whether a char is a control code point
Control code points are defined in terms of the Unicode General Category 'Cc'.
pub fn is_control(c: char) -> bool
Indicates whether a char is a control code point
Control code points are defined in terms of the Unicode General Category 'Cc'.
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).