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§
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.