Trait alga::general::ClosedSub[][src]

pub trait ClosedSub<Right = Self>: Sized + Sub<Right, Output = Self> + SubAssign<Right> { }

[Alias] Trait alias for Sub and SubAsign with result of type Self.

Implementors