pub trait Value:
Clone
+ CryptoHash
+ Serialize
+ DeserializeOwned { }
Expand description
Value
defines the types of data that can be stored in a Jellyfish Merkle
tree.
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.