pub type UntypedAtomicComponentStore = Arc<AtomicCell<UntypedComponentStore>>;
Expand description

An untyped atomic component store.

Aliased Type§

struct UntypedAtomicComponentStore { /* private fields */ }