Skip to main content

AggregationFn

Type Alias AggregationFn 

Source
pub type AggregationFn = Arc<dyn Fn(Exchange, Exchange) -> Exchange + Send + Sync>;
Expand description

Aggregation function — left-fold binary: (accumulated, next) -> merged.

Aliased Type§

pub struct AggregationFn { /* private fields */ }