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