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