pub type State<T> = Lazy<AtomicState<T>>;
A static data alias
pub struct State<T> { /* private fields */ }