Expand description
A collection of errors specific to this crate’s types that can occur when using them.
Structs§
- Parse
IntError - The error type that is returned when parsing an integer from an invalid source.
- TryFrom
Char Error - The error type that is returned when a failed conversion from a
charoccurs. - TryFrom
IntError - The error type that is returned when a failed conversion from an integer occurs.