pub type ComputeFn = Arc<dyn Fn(&State) -> Option<Value> + Send + Sync>;
Closure computing a derived value from current state.
pub struct ComputeFn { /* private fields */ }