Type Definition ansi_term::ANSIByteStrings
source · pub type ANSIByteStrings<'a> = ANSIGenericStrings<'a, [u8]>;
Expand description
A set of ANSIByteString
s collected together, in order to be
written with a minimum of control characters.