Trait corollary_support::Addable [] [src]

pub trait Addable {
    fn add(self, right: Self) -> Self;
}

Required Methods

Implementors