Trait fructose::operators::ClosedSub[][src]

pub trait ClosedSub<Rhs = Self>: Sub<Rhs, Output = Self> + SubAssign<Rhs> { }

Implementors

impl<T, Rhs> ClosedSub<Rhs> for T where
    T: Sub<Rhs, Output = T> + SubAssign<Rhs>, 
[src]

Loading content...