Module err

Source
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 an err::Kind and an index within the source string.

Enums§

Kind