Type Definition canrun::core::constraints::ResolveFn

source ·
pub type ResolveFn = Box<dyn FnOnce(State) -> Option<State>>;
Expand description

An alias for the function that should be returned by a successful Constraint::attempt to update the State.