Trait fructose::operators::ClosedAdd[][src]

pub trait ClosedAdd<Rhs = Self>: Add<Rhs, Output = Self> + AddAssign<Rhs> { }

Implementors

impl<T, Rhs> ClosedAdd<Rhs> for T where
    T: Add<Rhs, Output = T> + AddAssign<Rhs>, 
[src]

Loading content...