fn dispatch_threshold_arrangement_trace<G, T, L>(
    oks: &SpecializedArrangementImport<G, T>,
    name: &str,
    logic: L
) -> SpecializedArrangement<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.