Skip to main content

HashedLazyRegisterView

Type Alias HashedLazyRegisterView 

Source
pub type HashedLazyRegisterView<C, T> = WrappedHashableContainerView<C, LazyRegisterView<C, T>, HasherOutput>;
Expand description

Type wrapping LazyRegisterView while memoizing the hash.

Aliased Typeยง

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