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