Trait deuterium::AvgArg [] [src]

pub trait AvgArg<R: Clone + 'static, T: Clone + 'static>: Clone + Expression<T> + 'static {
    fn avg(&self) -> Avg<R, T, Self> { ... }
}

Provided Methods

Implementors