Skip to main content

StoreValue

Trait StoreValue 

Source
pub trait StoreValue:
    Serialize
    + DeserializeOwned
    + PartialEq
    + Eq
    + Clone { }
Expand description

Trait to be implemented for store values.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§