Struct ansi_term::ANSIGenericStrings [−][src]
pub struct ANSIGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [ANSIGenericString<'a, S>])
where
<S as ToOwned>::Owned: Debug,
S: PartialEq;Expand description
A set of ANSIGenericStrings collected together, in order to be
written with a minimum of control characters.
Tuple Fields
0: &'a [ANSIGenericString<'a, S>]Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
