Struct requestty_ui::events::TermionEvents
source · [−]pub struct TermionEvents { /* private fields */ }Available on crate feature
termion only.Expand description
An iterator over the input keys using the termion crate
Implementations
sourceimpl TermionEvents
impl TermionEvents
Trait Implementations
sourceimpl Debug for TermionEvents
impl Debug for TermionEvents
sourceimpl Default for TermionEvents
impl Default for TermionEvents
sourceimpl EventIterator for TermionEvents
impl EventIterator for TermionEvents
sourcefn next_event(&mut self) -> Result<KeyEvent>
fn next_event(&mut self) -> Result<KeyEvent>
Get the next event
Auto Trait Implementations
impl RefUnwindSafe for TermionEvents
impl Send for TermionEvents
impl Sync for TermionEvents
impl Unpin for TermionEvents
impl UnwindSafe for TermionEvents
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more