pub type ContextCallback = Arc<dyn Fn(&Context) + Send + Sync>;
Generic event callback.
pub struct ContextCallback { /* private fields */ }