Trait EventHandler
Other items int_rust_less_lib::api
pub trait EventHandler { fn handle(&self, event: Event); }
fn handle(&self, event: Event)