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