macro_rules! singleton {
($ty:ty, $value:expr) => { ... };
}
Expand description
Create a lazy initialized, globally unique 'static
reference to a value.
macro_rules! singleton {
($ty:ty, $value:expr) => { ... };
}
Create a lazy initialized, globally unique 'static
reference to a value.