[][src]Module conquer_once::raw

Generic 'raw' types exposed through various type aliases.

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.