Expand description

Abscissa’s component registry

Structs

Index type providing efficient access to a particular component.
The component registry provides a system for runtime registration of application components which can interact with each other dynamically.

Type Definitions

Iterator over the components in the registry.
Mutable iterator over the components in the registry.
Reader guard for the registry.
Writer guard for the registry.