Struct requestty_ui::events::TermionEvents [−][src]
pub struct TermionEvents { /* fields omitted */ }Expand description
An iterator over the input keys using the termion crate
Implementations
Trait Implementations
Get the next event
Auto Trait Implementations
impl RefUnwindSafe for TermionEventsimpl Send for TermionEventsimpl Sync for TermionEventsimpl Unpin for TermionEventsimpl UnwindSafe for TermionEvents