pub struct Suffix(_);
Expand description
Like ANSIString
, but only displays the style suffix.
This type implements the Display
trait, meaning it can be written to a
std::fmt
formatting without doing any extra allocation, and written to a
string with the .to_string()
method. For examples, see
Style::suffix
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Suffix
impl UnwindSafe for Suffix
Blanket Implementations
Mutably borrows from an owned value. Read more