Skip to main content

AggregationFn

Type Alias AggregationFn 

Source
pub type AggregationFn = Arc<dyn Fn(&str, &[TanStackValue]) -> TanStackValue + Sync + Send>;

Aliased Typeยง

pub struct AggregationFn { /* private fields */ }