Struct termion::style::CrossedOut [−][src]
pub struct CrossedOut;
Expand description
Crossed out text (not widely supported).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CrossedOut
impl Send for CrossedOut
impl Sync for CrossedOut
impl Unpin for CrossedOut
impl UnwindSafe for CrossedOut
Blanket Implementations
Mutably borrows from an owned value. Read more