Trait bismuth::math::UpperBound [] [src]

pub trait UpperBound {
    fn upper_bound(&self, other: &Self) -> Self;
}

Required Methods

Implementors