reth_trie_sparse

Type Alias SparseTrieResult

Source
pub type SparseTrieResult<Ok> = Result<Ok, SparseTrieError>;
Expand description

Result type with SparseTrieError as error.

Aliased Type§

enum SparseTrieResult<Ok> {
    Ok(Ok),
    Err(SparseTrieError),
}

Variants§

§1.0.0

Ok(Ok)

Contains the success value

§1.0.0

Err(SparseTrieError)

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.