Skip to main content

StopConditionFn

Type Alias StopConditionFn 

Source
pub type StopConditionFn = Arc<dyn Fn(&StopContext<'_>) -> StopDecision + Send + Sync>;
Expand description

Callback type for stop conditions.

Aliased Typeยง

pub struct StopConditionFn { /* private fields */ }