pub trait Version:
Send
+ Sync
+ Sized
+ 'static {
const HEADER: &'static str;
const PASERK_HEADER: &'static str = "k3";
}Expand description
An implementation of the PASETO cryptographic schemes.
Required Associated Constants§
Provided Associated Constants§
Sourceconst PASERK_HEADER: &'static str = "k3"
const PASERK_HEADER: &'static str = "k3"
Header for PASERK
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.