pub type TerminalPredicate = Box<dyn Fn(&dyn Context) -> bool + Send + Sync>;
Boxed terminal-state predicate: returns true to halt round emission.
pub struct TerminalPredicate(/* private fields */);