ansi_term

Type Alias ANSIStrings

Source
pub type ANSIStrings<'a> = ANSIGenericStrings<'a, str>;
Expand description

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

Aliased Type§

struct ANSIStrings<'a>(pub &'a [ANSIGenericString<'a, str>]);

Fields§

§0: &'a [ANSIGenericString<'a, str>]

Trait Implementations§

Source§

impl<'a> Display for ANSIStrings<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more