Module abscissa_core::component::registry[][src]

Abscissa's component registry

Structs

Index

Index type providing efficient access to a particular component.

Registry

The component registry provides a system for runtime registration of application components which can interact with each other dynamically.

Type Definitions

Iter

Iterator over the components in the registry.

IterMut

Mutable iterator over the components in the registry.

Reader

Reader guard for the registry.

Writer

Writer guard for the registry.