Expand description
The LazyRegisterView implements a register for a single value with lazy loading.
Structs§
- Lazy
Register View - A view that supports modifying a single value of type
T. Unlikecrate::register_view::RegisterView, the value is not loaded from storage until it is first accessed.
Type Aliases§
- Hashed
Lazy Register View - Type wrapping
LazyRegisterViewwhile memoizing the hash.