pub trait KeyDe: DeserializeOwned {
fn decode_key(bytes: &[u8]) -> Result<Self> { ... }
}Expand description
Methods used to decode the KEY.
pub trait KeyDe: DeserializeOwned {
fn decode_key(bytes: &[u8]) -> Result<Self> { ... }
}Methods used to decode the KEY.