pub type RunCondition = Box<dyn Fn(&World) -> bool + Send + Sync>;
Boxed run-condition closure.
pub struct RunCondition(/* private fields */);