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