reth::primitives::revm_primitives

Type Alias HashSet

pub type HashSet<V, S = FxBuildHasherInner> = HashSet<V, S>;
Expand description

A HashSet using the default hasher.

See HashSet for more information.

Aliased Type§

struct HashSet<V, S = FxBuildHasherInner> { /* private fields */ }

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.