pub trait LazyStatic { }
Expand description
Support trait for enabling a few common operation on lazy static values.
This is implemented by each defined lazy static, and used by the free functions in this crate.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.