Macro is_visible_8bit

Source
macro_rules! is_visible_8bit {
    ($byte:expr) => { ... };
}
Expand description

Indicates that a byte is a visible 8-bit character. Space is not considered visible.