[−][src]Function mail_internals::utils::is_utf8_continuation_byte
pub fn is_utf8_continuation_byte(b: u8) -> bool
returns true if this a not first byte from a multi byte utf-8
This will return false:
- on all us-ascii chars (as u8)
- on the first byte of a multi-byte utf-8 char