pub trait Key:
Encode
+ Decode
+ Send { }
Expand description
Trait alias for bounds required on keys and values. For now only types that implement DeserializeOwned are supported.
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.