Skip to main content

HashedCustomMapView

Type Alias HashedCustomMapView 

Source
pub type HashedCustomMapView<C, I, V> = WrappedHashableContainerView<C, CustomMapView<C, I, V>, HasherOutput>;
Expand description

Type wrapping CustomMapView while memoizing the hash.

Aliased Typeยง

pub struct HashedCustomMapView<C, I, V> { /* private fields */ }