Enums§
- TryFrom
IntError - Error which occurs when conversion from one integer type to another fails.
- TryFrom
IntTo Char Error - Error which occurs when conversion from an integer to a
char
fails. - Void
- Error type used when conversion is infallible.
The never type (
!
) will replace this when it is available in stable Rust.