Trait diem_jellyfish_merkle::TestValue
source · pub trait TestValue: Value + Arbitrary + Debug + Eq + PartialEq + 'static { }
Expand description
TestValue
defines the types of data that can be stored in a Jellyfish Merkle tree and used in
tests.