Skip to main content

CacheKey

Trait CacheKey 

Source
pub trait CacheKey:
    Clone
    + Hash
    + Eq
    + Send
    + Sync { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl CacheKey for String

Implementors§