Trait corollary_support::OpAddable [] [src]

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

Required Methods

Implementors