Struct termion::clear::UntilNewline [−][src]
pub struct UntilNewline;
Expand description
Clear from cursor to newline.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for UntilNewline
impl Send for UntilNewline
impl Sync for UntilNewline
impl Unpin for UntilNewline
impl UnwindSafe for UntilNewline
Blanket Implementations
Mutably borrows from an owned value. Read more