pub type StateTypeFunction = Arc<dyn Fn(&ConcreteDataType) -> Result<Arc<Vec<ConcreteDataType>>> + Send + Sync>;
Expand description
This signature corresponds to which types an aggregator serializes its state, given its return datatype.
Aliased Typeยง
struct StateTypeFunction { /* private fields */ }