Module lazy_wrap

Source

Structs§

LazyWrap
A lazily initialised data wrapper that initialises itself on first access

Enums§

LazyWrapState
Returned by LazyWrap::into_inner, containing the initialised value if its already initialised, or otherwise the initialisation function.