Module rmp_ipc::payload[][src]

Structs

A payload wrapper type for sending bytes directly without serializing them

A payload wrapper that allows storing two different payloads independent from each other. For example one payload can be a payload serialized by serde while the other is a raw byte payload

Traits

Trait to get the event data from receiving bytes. It is implemented for all types that are DeserializeOwned

Trait to convert event data into sending bytes It is implemented for all types that implement Serialize