Expand description
§Error types
This module supplies the global error types for the crate.
Each Error
includes a variant of Kind
and the index of the first invalid
ascii character in the source string.
Structs§
- Error
- The
Error
type contains anerr::Kind
and an index within the source string.