Trait AutotuneKey

Source
pub trait AutotuneKey:
    Clone
    + Debug
    + PartialEq
    + Eq
    + Hash
    + Display
    + Serialize
    + DeserializeOwned
    + Send
    + Sync
    + 'static { }
Expand description

Trait alias with support for persistent caching

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 AutotuneKey for String

Implementors§