Type Alias BoxedAggregateFunction

Source
pub type BoxedAggregateFunction = Box<dyn AggregateFunction>;

Aliased Typeยง

struct BoxedAggregateFunction(/* private fields */);