serde_yml::modules

Module error

Source
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 given ErrorImpl.
  • Creates a new Error from a shared ErrorImpl.

Type Aliases§

  • Alias for a Result with the error type serde_yml::Error.