[][src]Type Definition storage_proofs::merkle::VecMerkleTree

type VecMerkleTree<T, A> = MerkleTree<T, A, VecStore<T>>;