Enums§
Traits§
- Decodable
- A decodable type can be created from a byte buffer. The type returned is separate (copied) from the buffer once decoded.
- Encodable
- An encodable type can write itself into a byte buffer.
- Fixed
Size Decodable - A decodable type that has an exact size in bytes.