BoundedInt

Trait for getting the maximal and minimal values of an integer type.

Fully qualified path: core::integer::BoundedInt

pub trait BoundedInt<T>

Trait functions

min

Returns the minimal value of the type.

Fully qualified path: core::integer::BoundedInt::min

fn min() -> T nopanic

max

Returns the maximal value of the type.

Fully qualified path: core::integer::BoundedInt::max

fn max() -> T nopanic