Trait range_check::Bounded [] [src]

pub trait Bounded<T> {
    fn bounds(self) -> Bounds<T>;
}

Trait to get the bounds of ranges.

Required Methods

Returns a Bounds value containing the lower and upper bounds of this range, if present.

Implementors