Struct ansi_term::Suffix [−][src]
pub struct Suffix(_);
Expand description
Like ANSIString
, but only displays the 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