Skip to main content

Cachekey

Trait Cachekey 

Source
pub trait Cachekey {
    // Required method
    fn key(&self) -> String;
}

Required Methods§

Source

fn key(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§