Type Definition wamp_async::WampPayloadValue[][src]

type WampPayloadValue = Value;

Arbitrary values supported by the serialization format in the payload

Implementation note: we currently use serde_json::Value, which is suboptimal when you want to use MsgPack and pass binary data.