Skip to main content

ToSessionKey

Trait ToSessionKey 

Source
pub trait ToSessionKey {
    // Required method
    fn to_key_string(&self) -> Result<String, Error>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ToSessionKey for EncryptionContext

Implementors§