Derive Macro StablePayload
#[derive(StablePayload)]
{
// Attributes available to this derive:
#[stable_payload]
}
Expand description
Derives for stable payload types.
Derives StablePayload: a fixed-layout type whose bytes are stable across processes.