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