Trait fructose::operators::ClosedDiv[][src]

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

Implementors

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

Loading content...