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