Type Alias BoxedAggregateFunction

Source
pub type BoxedAggregateFunction = Box<dyn AggregateFunction>;

Aliased Typeยง

pub struct BoxedAggregateFunction(/* private fields */);