[][src]Type Definition ansi_term::ANSIStrings

type ANSIStrings<'a> = ANSIGenericStrings<'a, str>;

A set of ANSIStrings collected together, in order to be written with a minimum of control characters.

Trait Implementations

impl<'a> Display for ANSIStrings<'a>[src]