solana_type_overrides

Module 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.