Modules
The error messege marshalling system for tea project
The serde abstraction and serde based invocation dispatcher system.
Macros
Define an error handling scope for the tea error system.
Constants
Traits
A helper trait to map
None
conditions to tea Error
sA helper trait to map the error variant of a
Result
to inferred type with From
/Into
Functions
The standard function for de-serializing codec structs from a format suitable
for message exchange between actor and host. Use of any other function to
deserialize could result in breaking incompatibilities.
The standard function for serializing codec structs into a format that can be
used for message exchange between actor and host. Use of any other function to
serialize could result in breaking incompatibilities.