macro_rules! unique_domain {
    () => { ... };
}
Expand description

Generate a Domain with an entirely unique domain family.

The generated family implements Singleton, which enables the use of [AtomicPtr::safe_load].