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