pub trait ClosedDiv<Right = Self>: Sized + Div<Right, Output = Self> + DivAssign<Right> { }
Trait alias for Div and DivAssign with result of type Self.
Div
DivAssign
Self