Skip to main content

Module errors

Module errors 

Source
Expand description

A collection of errors specific to this crate’s types that can occur when using them.

Structs§

ParseIntError
The error type that is returned when parsing an integer from an invalid source.
TryFromCharError
The error type that is returned when a failed conversion from a char occurs.
TryFromIntError
The error type that is returned when a failed conversion from an integer occurs.