[−][src]Function mail_internals::grammar::is_ctl
pub fn is_ctl(ch: char) -> bool
Chack if it is a CTL char (based on RFC 822).
Note
the standard specifies '\t' as a CTL but not ' '
but both '\t' and ' ' are LWSP-char i.e. semantically
space i.e. semantically equivalent.