pub trait SealingKey: KeyType {
const PIE_WRAP_HEADER: &'static str;
const PW_WRAP_HEADER: &'static str;
}Required Associated Constants§
const PIE_WRAP_HEADER: &'static str
const PW_WRAP_HEADER: &'static str
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.