Type Definition nu_ansi_term::AnsiStrings[][src]

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.

Trait Implementations

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

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

Formats the value using the given formatter. Read more