Trait alga::general::ClosedAdd
[−]
[src]
pub trait ClosedAdd<Right = Self>: Sized + Add<Right, Output = Self> + AddAssign<Right> { }[Alias] Trait alias for Add and AddAsign with result of type Self.