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 ANSIGenericStrings collected together, in order to be written with a minimum of control characters.