Version

Trait Version 

Source
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§

Source

const HEADER: &'static str

Header for PASETO

Provided Associated Constants§

Source

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.

Implementors§