Macros§
Structs§
Enums§
- This enum is storing all possible errors that can occur when serializing or deserializing a value using BERT.
Constants§
Functions§
- Convert passed value to a BERT representation.
- Encode the specified struct into a
[u8]
buffer. - Encode the passed value into a
[u8]
writer.
Type Aliases§
- Helper alias for
Result
objects that return a BERTError
.