[][src]Trait wd_event::event::Event

pub trait Event {
    fn handle_mut(&mut self, ctx: Arc<Context>) { ... }
fn handle(&self, ctx: Arc<Context>) { ... } }

Provided methods

fn handle_mut(&mut self, ctx: Arc<Context>)[src]

fn handle(&self, ctx: Arc<Context>)[src]

Loading content...

Implementors

Loading content...