SessionKey

Trait SessionKey 

Source
pub trait SessionKey: FromStr {
    // Required method
    fn generate() -> Self;
}

Required Methods§

Source

fn generate() -> Self

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.

Implementations on Foreign Types§

Source§

impl SessionKey for Uuid

Source§

fn generate() -> Self

Implementors§