Trait bismuth::math::LowerBound [] [src]

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

Required Methods

Implementors