Skip to main content

AggregateReduceFn

Type Alias AggregateReduceFn 

Source
pub type AggregateReduceFn = fn(&dyn Any) -> Result<Box<dyn DynAggregateReductionResult>, ReductionError>;
Expand description

Aggregate/value reduction executor stored in the inventory.