pub trait Value: Clone + CryptoHash + Serialize + DeserializeOwned { }
Value defines the types of data that can be stored in a Jellyfish Merkle tree.
Value