Purpose

Trait Purpose 

Source
pub trait Purpose: KeyType {
    type SealingKey: SealingKey;
}
Expand description

A marker for Public and Local, used for token encodings.

Required Associated Types§

Source

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.

Implementors§