Module solana_type_overrides::lazy_static
source · Macros§
Traits§
- Support trait for enabling a few common operation on lazy static values.
- Used for immutable dereferencing operations, like
*v
.
Functions§
- Takes a shared reference to a lazy static and initializes it if it has not been already.