Struct ansi_term::ANSIStrings
[−]
[src]
pub struct ANSIStrings<'a>(pub &'a [ANSIString<'a>]);
A set of ANSIString
s collected together, in order to be written with a
minimum of control characters.