Structs§
- Lazy
Wrap - A lazily initialised data wrapper that initialises itself on first access
Enums§
- Lazy
Wrap State - Returned by
LazyWrap::into_inner
, containing the initialised value if its already initialised, or otherwise the initialisation function.