pub type HandlerFn<A> = Arc<dyn Fn(&A) + Send + Sync + 'static>;
Type alias used for event handlers
struct HandlerFn<A> { /* private fields */ }