Skip to main content

Module lazy_register_view

Module lazy_register_view 

Source
Expand description

The LazyRegisterView implements a register for a single value with lazy loading.

Structs§

LazyRegisterView
A view that supports modifying a single value of type T. Unlike crate::register_view::RegisterView, the value is not loaded from storage until it is first accessed.

Type Aliases§

HashedLazyRegisterView
Type wrapping LazyRegisterView while memoizing the hash.