Module core::lazy [−][src]
Lazy values and one-time initialization of static data.
Structs
Lazy | Experimental A value which is initialized on the first access. |
OnceCell | Experimental A cell which can be written to only once. |
Lazy values and one-time initialization of static data.
Lazy | Experimental A value which is initialized on the first access. |
OnceCell | Experimental A cell which can be written to only once. |