Re-exports§
Macros§
Structs§
Enums§
Traits§
- Lazy
Static - Support trait for enabling a few common operation on lazy static values.
- Token
- __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.
- scan