Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

bounded

Defines minimum and maximum values for numeric types.

Fully qualified path: core::num::traits::bounded

Traits

BoundedA trait defining minimum and maximum bounds for numeric types. This trait only supports types that can have constant values.