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.