pub type ANSIByteStrings<'a> = ANSIGenericStrings<'a, [u8]>;Expand description
A set of ANSIByteStrings collected together, in order to be
written with a minimum of control characters.
Aliased Type§
pub struct ANSIByteStrings<'a>(pub &'a [ANSIGenericString<'a, [u8]>]);Tuple Fields§
§0: &'a [ANSIGenericString<'a, [u8]>]