win_crypto_ng::symmetric

Trait KeyBits

Source
pub trait KeyBits {
    const VALUE: Option<usize> = None;
}
Expand description

Marker trait denoting key size in bits.

Provided Associated Constants§

Source

const VALUE: Option<usize> = None

Value known at compile-time, None if only known at run-time.

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.

Implementors§