Trait nalgebra::ClosedSub[][src]

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

Trait alias for Sub and SubAssign with result of type Self.

Implementors