Type Alias HashedRegisterView

Source
pub type HashedRegisterView<C, T> = WrappedHashableContainerView<C, RegisterView<C, T>, HasherOutput>;
Expand description

Type wrapping RegisterView while memoizing the hash.

Aliased Typeยง

struct HashedRegisterView<C, T> { /* private fields */ }