Trait capsules_extra::tickv::KeyType
source · pub trait KeyType: Eq + Copy + Clone + Sized + AsRef<[u8]> + AsMut<[u8]> { }
Expand description
The type of keys, this should define the output size of the digest operations.
Object Safety§
This trait is not object safe.