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