Transform

Type Alias Transform 

Source
pub type Transform<F, A> = PostAggregation<F, fn(Aggregation<F>) -> A>;
Expand description

A post-aggregation of a function pointer.

This type definition describes a stateless and pure transform with a type name that can be spelled in any context (i.e., no closure or other unnameable types occur).

Aliased Typeยง

pub struct Transform<F, A> { /* private fields */ }