pub type StatePredicate = Arc<dyn Fn(&State) -> bool + Send + Sync>;Expand description
A synchronous predicate over shared State: true admits (a phase
transition, a workflow node, a guard).
Aliased Typeยง
pub struct StatePredicate { /* private fields */ }