1 2 3 4 5 6
#![allow(dead_code)] use crate::*; pub struct Global<T> { value: Lazy<AtomicRefCell<T>>, }