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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.