Expand description
Error handling.
Structs§
- Represents an error that occurred during YAML processing.
- Represents a mark in a YAML document. A mark indicates a specific position or location within the document.
Type Aliases§
- A type alias for a
Result
with anError
as the error type.