Module doc

Module doc 

Source
Expand description

Re-exports of internal generic type for the purpose of accessing their documentation.

Structsยง

Lazy
A type for lazy initialization of e.g. global static variables, which provides the same functionality as the lazy_static! macro.
OnceCell
An interior mutability cell type which allows synchronized one-time initialization and read-only access exclusively after initialization.