pub type QueryHandler = Box<dyn Fn(&QueryEvent) + Send + Sync>;
Type alias for sync query handler.
pub struct QueryHandler(/* private fields */);