Skip to main content

Module s_type

Module s_type 

Source

Structs§

HandlerMetaAns
HandlerMetaReq
PacketMeta
ServerError
TypeContainer
TypeTupple

Enums§

ServerErrorEn
SystemSType

Statics§

BINCODE_CFG

Traits§

StrongType
Needed to be applied to the serializable/deserializable structures
StructureType
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