pub type StopConditionFn = Arc<dyn Fn(&StopContext<'_>) -> StopDecision + Send + Sync>;Expand description
Callback type for stop conditions.
Aliased Typeยง
pub struct StopConditionFn { /* private fields */ }pub type StopConditionFn = Arc<dyn Fn(&StopContext<'_>) -> StopDecision + Send + Sync>;Callback type for stop conditions.
pub struct StopConditionFn { /* private fields */ }