nu_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