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

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

Provided methods

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

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

Loading content...

Implementors

Loading content...