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