Trait KeyType
kernel::hil::kv_system
pub trait KeyType: Eq + Copy + Clone + Sized + AsRef<[u8]> + AsMut<[u8]> { }
The type of keys, this should define the output size of the digest operations.