Struct ansi_str::AnsiSequenceEnd
source · pub struct AnsiSequenceEnd<'a>(_);Expand description
An object which can be used to produce a ansi sequences which ends the grafic mode,
through the std::fmt::Display.
pub struct AnsiSequenceEnd<'a>(_);An object which can be used to produce a ansi sequences which ends the grafic mode,
through the std::fmt::Display.