pub type HandlerRef = Arc<RwLock<dyn Handler>>;
A type alias for a thread-safe handler reference.
pub struct HandlerRef { /* private fields */ }