Module errors

Source
Expand description

Re-export sparse trie error types.

Structs§

SparseStateTrieError
Error encountered in SparseStateTrie.
SparseTrieError
Error encountered in SparseTrie.

Enums§

SparseStateTrieErrorKind
Error encountered in SparseStateTrie.
SparseTrieErrorKind
SparseTrieError kind.

Type Aliases§

SparseStateTrieResult
Result type with SparseStateTrieError as error.
SparseTrieResult
Result type with SparseTrieError as error.