Skip to main content

AutotuneKey

Trait AutotuneKey 

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

Trait alias, serializable for the persistent cache and the autotune log

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

Implementors§