Type Alias gear_core::message::Salt

source ·
pub type Salt = LimitedVec<u8, PayloadSizeError, MAX_PAYLOAD_SIZE>;
Expand description

Salt type for init message.

Aliased Type§

struct Salt(/* private fields */);