pub type ConditionFn = dyn Fn(&Context) -> bool + Send + Sync;
Type alias for ActiveHelp condition functions
ActiveHelp