Trait wd_run::Event[][src]

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]

Implementors