pub type ActorTourOrderFn = Arc<dyn Fn(&Actor, Option<&Single>) -> OrderResult + Send + Sync>;
Expand description

Specifies an activity order function which takes into account actor and single job.

Aliased Type§

struct ActorTourOrderFn { /* private fields */ }