Skip to main content

HashedRegisterView

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ยง

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