Trait reverie_engine_opengl::math::nalgebra::ClosedSub
source · pub trait ClosedSub<Right = Self>: Sized + Sub<Right, Output = Self> + SubAssign<Right> { }
Expand description
Trait alias for Sub
and SubAssign
with result of type Self
.
Object Safety§
This trait is not object safe.