Struct ansi_term::Prefix [−][src]
pub struct Prefix(_);
Expand description
Like ANSIString
, but only displays the style prefix.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Prefix
impl UnwindSafe for Prefix
Blanket Implementations
Mutably borrows from an owned value. Read more