Struct bluenrg::gatt::Range[][src]

pub struct Range<T> { /* fields omitted */ }

Two ordered points that represent a range. The points may be identical to represent a range with only one value.

Methods

impl<T: PartialOrd> Range<T>
[src]

Create and return a new Range.

Errors

  • Inverted if the beginning value is greater than the ending value.

Auto Trait Implementations

impl<T> Send for Range<T> where
    T: Send

impl<T> Sync for Range<T> where
    T: Sync