Trait crypto_common::KeySizeUser 
source · pub trait KeySizeUser {
    type KeySize: ArrayLength<u8> + 'static;
    // Provided method
    fn key_size() -> usize { ... }
}Expand description
Required Associated Types§
sourcetype KeySize: ArrayLength<u8> + 'static
 
type KeySize: ArrayLength<u8> + 'static
Key size in bytes.
Provided Methods§
Object Safety§
This trait is not object safe.