Struct ansi_term::ANSIGenericStrings
[−]
[src]
pub struct ANSIGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [ANSIGenericString<'a, S>])
where
<S as ToOwned>::Owned: Debug;
A set of ANSIGenericString
s collected together, in order to be
written with a minimum of control characters.