Expand description
The error
module contains the Error
struct and its implementation.
Structs§
- An error that occurred during YAML serialization or deserialization.
- The input location where an error occurred.
- Represents a position in the YAML input.
Enums§
- The internal representation of an error.
Functions§
- Fixes the mark and path in an error.
- Creates a new
Error
from the givenErrorImpl
. - Creates a new
Error
from a sharedErrorImpl
.
Type Aliases§
- Alias for a
Result
with the error typeserde_yml::Error
.