[−][src]Type Definition ansi_term::ANSIByteStrings
type ANSIByteStrings<'a> = ANSIGenericStrings<'a, [u8]>;
A set of ANSIByteString
s collected together, in order to be
written with a minimum of control characters.
Methods
impl<'a> ANSIByteStrings<'a>
[src]
impl<'a> ANSIByteStrings<'a>