pub type Payload = LimitedVec<u8, PayloadSizeError, MAX_PAYLOAD_SIZE>;
Expand description
Payload type for message.
Aliased Type§
struct Payload(/* private fields */);
pub type Payload = LimitedVec<u8, PayloadSizeError, MAX_PAYLOAD_SIZE>;
Payload type for message.
struct Payload(/* private fields */);