Expand description
Error types for the kfl library
You only need Error exposed as kfl::Error unless you
do manual implementations of any of the Decode* traits.
Structs§
- Error
- Main error that is returned from KDL parsers
- Expected
Type - Wrapper around expected type that is used in
DecodeError::TypeName.
Enums§
- Decode
Error - An error type that is returned by decoder traits and emitted to the context
- Encode
Error - TODO