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
Errorfrom the givenErrorImpl. - Creates a new
Errorfrom a sharedErrorImpl. 
Type Aliases§
- Alias for a
Resultwith the error typeserde_yml::Error.