Type Alias nu_ansi_term::AnsiByteStrings
source · pub type AnsiByteStrings<'a> = AnsiGenericStrings<'a, [u8]>;
Expand description
A set of AnsiByteString
s collected together, in order to be
written with a minimum of control characters.
Aliased Type§
struct AnsiByteStrings<'a>(pub &'a [AnsiGenericString<'a, [u8]>]);
Fields§
§0: &'a [AnsiGenericString<'a, [u8]>]
Implementations§
Trait Implementations
source§impl<'a, S> Debug for AnsiGenericStrings<'a, S>
impl<'a, S> Debug for AnsiGenericStrings<'a, S>
source§impl<'a, S> PartialEq for AnsiGenericStrings<'a, S>
impl<'a, S> PartialEq for AnsiGenericStrings<'a, S>
source§fn eq(&self, other: &AnsiGenericStrings<'a, S>) -> bool
fn eq(&self, other: &AnsiGenericStrings<'a, S>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.