Trait alga::general::ClosedDiv[][src]

pub trait ClosedDiv<Right = Self>: Sized + Div<Right, Output = Self> + DivAssign<Right> { }

[Alias] Trait alias for Div and DivAsign with result of type Self.

Implementors