Expand description
Serialize error
Structs§
- Invalid
Endian Snafu - SNAFU context selector for the
Error::InvalidEndian
variant - Message
Snafu - SNAFU context selector for the
Error::Message
variant - Missing
Class InClassnames Section Snafu - SNAFU context selector for the
Error::MissingClassInClassnamesSection
variant - Missing
Global Fixup Class Snafu - SNAFU context selector for the
Error::MissingGlobalFixupClass
variant - NotFound
Pointed Position Snafu - SNAFU context selector for the
Error::NotFoundPointedPosition
variant - Overflow
Subtract AbsSnafu - SNAFU context selector for the
Error::OverflowSubtractAbs
variant - Unexpected
Cyclic Sort Snafu - SNAFU context selector for the
Error::UnexpectedCyclicSort
variant - Unsupported
PtrSize Snafu - SNAFU context selector for the
Error::UnsupportedPtrSize
variant
Enums§
- Error
- Serialize error
Type Aliases§
- Result
- Wrapper on
core::result::Result
for Serializer.