Trait hookmap_core::common::handler::EventCallback[][src]

pub trait EventCallback: Send + Sync {
    fn call(&mut self);
fn get_event_block(&self) -> EventBlock; }

Required methods

Implementors