Type Alias ExertionLogic

Source
pub type ExertionLogic = Arc<dyn for<'a> Fn(&'a [(usize, usize, usize)]) -> Option<usize> + Send + Sync>;
Expand description

A type used to express how much effort a trace should exert even in the absence of updates.

Aliased Typeยง

pub struct ExertionLogic { /* private fields */ }