Module rustbus::wire::unmarshal::traits [−][src]
Provides the Unmarshal trait and the implementations for the base types
Structs
Variant |
Traits
Unmarshal | This trait has to be supported to get parameters ergonomically out of a MarshalledMessage. There are implementations for the base types, Vecs, Hashmaps, and tuples of up to 5 elements if the contained types are Unmarshal. If you deal with basic messages, this should cover all your needs and you dont need to implement this type for your own types. |
Functions
unmarshal |