Type Alias ansiterm::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.

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