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

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

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

Implementors

impl<T, Right> ClosedDiv<Right> for T where
    T: Div<Right, Output = T> + DivAssign<Right>, 
[src]

Loading content...