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".