Trait deuterium::SumArg [] [src]

pub trait SumArg<R: Clone + 'static, T: Clone + 'static>: Clone + Expression<T> + 'static {
    fn sum(&self) -> Sum<R, T, Self> { ... }
}

Provided Methods

Implementors