Trait rustml::math::sum::SumVec [] [src]

pub trait SumVec<T> {
    fn sum(&self) -> T;
}

Required Methods

fn sum(&self) -> T

Implementors