Struct static_init::Static
source · pub struct Static<T>(_);Expand description
The actual type of mutable dynamic statics.
It implements Deref<Target=T> and DerefMut.
All associated functions are only usefull for the implementation of
the dynamic proc macro attribute