Trait itc::Sum [] [src]

pub trait Sum {
    fn sum(&self, other: &Self) -> Self;
}

Required Methods

Implementors