Module static_init::raw_static
source · Expand description
Provides types for statics that are meant to run code before main start or after it exit.
Re-exports§
pub use static_impl::__set_init_prio;
Structs§
- The actual type of non mutable dynamic statics.
- The actual type of mutable dynamic statics.