EventHandlerInstance

Type Alias EventHandlerInstance 

Source
pub type EventHandlerInstance = Arc<Box<dyn EventHandler + Send + Sync>>;

Aliased Type§

pub struct EventHandlerInstance { /* private fields */ }