[][src]Module abscissa_core::component

Application components: extensions/plugins for Abscissa applications.

See docs on the Component trait for more information.

Structs

Handle

Component handles are references to components which have been registered with a component::Registry.

Id

Identifier for an individual component

Registry

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

Traits

AsAny

Dynamic type helper trait

Component

Application components.