Type Alias ExertionLogic

Source
pub type ExertionLogic = Arc<dyn for<'a> Fn(Box<dyn Iterator<Item = (usize, usize, usize)> + 'a>) -> 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 */ }