Type Alias differential_dataflow::trace::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§
struct ExertionLogic { /* private fields */ }