Struct ansi_term::ANSIStrings [] [src]

pub struct ANSIStrings<'a>(pub &'a [ANSIString<'a>]);

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

Formats the value using the given formatter.