Trait fructose::operators::ClosedMul[][src]

pub trait ClosedMul<Rhs = Self>: Mul<Rhs, Output = Self> + MulAssign<Rhs> { }

Implementors

impl<T, Rhs> ClosedMul<Rhs> for T where
    T: Mul<Rhs, Output = T> + MulAssign<Rhs>, 
[src]

Loading content...