Module async_rustbus::rustbus_core::wire::marshal [−][src]
All things relevant to marshalling content into raw bytes
baseandcontainerare for the Param approach that map dbus concepts to enums/structstraitsis for the trait based approach
Modules
| base | Marshal base params into raw bytes |
| container | Marshal container params into raw bytes |
| traits | Marshal trait and implementations for the basic types |
Structs
| MarshalContext |
Enums
| Error |
Functions
| marshal | This only prepares the header and dynheader fields. To send a message you still need the original message and use get_buf() to get to the contents |