Structs§
Enums§
Statics§
Traits§
- Strong
Type - Needed to be applied to the serializable/deserializable structures
- Structure
Type - The trait for you structure type enum. Needed for proper routing of packets and type safety on serialization/deserialization of data.
Functions§
- from_
slice - Function that deserializes the binary data into the requested structure with type safety checks.
- to_vec
- Function that serializes object into binary data with type safety/
- validate_
s_ type