Struct wintun::OutOfRangeData[][src]

pub struct OutOfRangeData<T> {
    pub range: RangeInclusive<T>,
    pub value: T,
}
Expand description

Error type used to convey that a value is outside of a range that it must fall inside

Fields

range: RangeInclusive<T>value: T

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.