Skip to main content

Crate rebounded

Crate rebounded 

Source
Expand description

Values bound by some kind of interval.

Structs§

BoundedInt8
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedInt16
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedInt32
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedInt64
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedIsize
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedUInt8
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedUInt16
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedUInt32
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedUInt64
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX
BoundedUsize
Bounded type (inclusive) that holds a value that is MIN <= value <= MAX

Enums§

Error