Trait opendp::traits::FallibleSub[][src]

pub trait FallibleSub<Rhs = Self> {
    type Output;
    fn sub(self, rhs: Rhs) -> Fallible<Self::Output>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors