reth_trie_sparse

Type Alias SparseStateTrieResult

Source
pub type SparseStateTrieResult<Ok> = Result<Ok, SparseStateTrieError>;
Expand description

Result type with SparseStateTrieError as error.

Aliased Type§

enum SparseStateTrieResult<Ok> {
    Ok(Ok),
    Err(SparseStateTrieError),
}

Variants§

§1.0.0

Ok(Ok)

Contains the success value

§1.0.0

Err(SparseStateTrieError)

Contains the error value

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.