Function bounds_min

Source
fn bounds_min<'a, T: Ord>(b1: Bound<&'a T>, b2: Bound<&'a T>) -> Bound<&'a T>
Expand description

Return the smallest of b1 and b2.

If one of the bounds is Unbounded, the other will be returned.