Skip to main content

ShouldStopFn

Type Alias ShouldStopFn 

Source
pub type ShouldStopFn = Box<dyn Fn(&[AgentMessage]) -> bool + Send + Sync>;
Expand description

Should-stop-after-turn predicate: early-stop check.

Aliased Typeยง

pub struct ShouldStopFn(/* private fields */);