Expand description
Numeric traits and functions for the built-in numeric types.
Structs§
- NonZero
- A value that is known not to equal zero.
- Parse
IntError - An error which can be returned when parsing an integer.
- TryFrom
IntError - The error type returned when a checked integral type conversion fails.
Enums§
- IntError
Kind - Enum to store the various types of errors that can cause parsing an integer to fail.
Type Aliases§
- NonZero
U8 - A
u8that is known not to equal zero. - NonZero
U16 - A
u16that is known not to equal zero. - NonZero
U32 - A
u32that is known not to equal zero. - NonZero
U64 - A
u64that is known not to equal zero. - NonZero
U128 - A
u128that is known not to equal zero. - NonZero
Usize - A
usizethat is known not to equal zero.