pub trait SecretKeySizeStatic: AsymmetricKey {
    const SECRET_KEY_SIZE: usize;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§