pub trait CoalescingAggregator<V: ?Sized>: Aggregate<V> + CoalesceAny + Downcast + Debug + DynClone + Send + Sync { }
Expand description

A trait used by crate::context::Aggregators. It’s an experimental feature meant to allow library users to run arbitrary aggregation logic on the input data.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Implementors§