pub trait KeyType {
// Required method
fn len(&self) -> usize;
}Expand description
The length of the OKM (Output Keying Material) for a Prk::expand() call.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".