pub type SimpleValueFn = Arc<dyn Fn(&Job) -> f64 + Send + Sync>;
Expand description

Specifies an job value function which takes into account only job.

Aliased Type§

struct SimpleValueFn { /* private fields */ }