Trait hobo::dom_events::RawKeyup[][src]

pub trait RawKeyup {
    fn on_key_up(&self, f: impl FnMut(KeyboardEvent) + 'static) -> EventHandler;
}

Required methods

Implementors