Expand description

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

Structs

A type for lazy initialization of e.g. global static variables, which provides the same functionality as the lazy_static! macro.

An interior mutability cell type which allows synchronized one-time initialization and read-only access exclusively after initialization.