Type Alias HandlerRef

Source
pub type HandlerRef = Arc<RwLock<dyn Handler>>;
Expand description

A type alias for a thread-safe handler reference.

Aliased Typeยง

pub struct HandlerRef { /* private fields */ }