pub type HashedLogView<C, T> = WrappedHashableContainerView<C, LogView<C, T>, HasherOutput>;
Expand description
Type wrapping LogView
while memoizing the hash.
Aliased Typeยง
struct HashedLogView<C, T> { /* private fields */ }
pub type HashedLogView<C, T> = WrappedHashableContainerView<C, LogView<C, T>, HasherOutput>;
Type wrapping LogView
while memoizing the hash.
struct HashedLogView<C, T> { /* private fields */ }