Docs.rs
solana-type-overrides-2.1.2
solana-type-overrides 2.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
futures ^0.3.31
normal
optional
lazy_static ^1.5.0
normal
rand ^0.8.5
normal
shuttle ^0.7.1
normal
optional
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solana_
type_
overrides
2.1.2
Module lazy_
static
Module Items
Macros
Traits
Functions
In crate solana_
type_
overrides
solana_type_overrides
Module
lazy_static
Copy item path
Source
Macros
§
lazy_
static
Traits
§
Lazy
Static
Support trait for enabling a few common operation on lazy static values.
__Deref
Used for immutable dereferencing operations, like
*v
.
Functions
§
initialize
Takes a shared reference to a lazy static and initializes it if it has not been already.