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