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