pub trait KeyPayload { // Required method fn payload(&self) -> Cow<'_, [u8]>; }
A payload for a key.
The payload for the key.