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.

Implementations on Foreign Types§

source§

impl TestValue for AccountStateBlob

Implementors§