fn dispatch_threshold_arrangement_trace<G, T, L>(
    oks: &MzArrangementImport<G, T>,
    name: &str,
    logic: L,
) -> MzArrangement<G>
where G: Scope, T: Timestamp + Lattice + Columnation, G::Timestamp: Lattice + Refines<T> + Columnation, L: Fn(&Diff) -> bool + 'static,
Expand description

Dispatches threshold computation for a trace, similarly to dispatch_threshold_arrangement_local.