pub trait StatisticFor<P>: BufferStrategy<Self::Aggregation, P> + Statistic
where P: Interpolation<FillSample<Self> = Self::Sample>,
{ }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<F, P> StatisticFor<P> for F
where F: BufferStrategy<Self::Aggregation, P> + Statistic, P: Interpolation<FillSample<Self> = Self::Sample>,