pub trait Purpose: KeyType {
type SealingKey: SealingKey;
}Required Associated Types§
Sourcetype SealingKey: SealingKey
type SealingKey: SealingKey
The key used to sign/encrypt tokens.
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.