pub trait KeySize {
type Digest: 'static + Digest + DynDigest + AssociatedOid + Send + Sync;
const SIZE: usize;
}Expand description
An RSA key size
Required Associated Constants§
Required Associated Types§
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.