#[non_exhaustive]pub struct CrosstermEvents {}Available on crate feature
crossterm only.Expand description
An iterator over the input keys using the crossterm crate
Implementations§
Trait Implementations§
Source§impl Debug for CrosstermEvents
impl Debug for CrosstermEvents
Source§impl Default for CrosstermEvents
impl Default for CrosstermEvents
Source§fn default() -> CrosstermEvents
fn default() -> CrosstermEvents
Returns the “default value” for a type. Read more
Source§impl EventIterator for CrosstermEvents
impl EventIterator for CrosstermEvents
Source§fn next_event(&mut self) -> Result<KeyEvent>
fn next_event(&mut self) -> Result<KeyEvent>
Get the next event
Auto Trait Implementations§
impl Freeze for CrosstermEvents
impl RefUnwindSafe for CrosstermEvents
impl Send for CrosstermEvents
impl Sync for CrosstermEvents
impl Unpin for CrosstermEvents
impl UnwindSafe for CrosstermEvents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more