Module abscissa_core::component[][src]

Application components: extensions/plugins for Abscissa applications.

See docs on the Component trait for more information.

Re-exports

pub use self::registry::Registry;

Modules

registry

Abscissa's component registry

Structs

Handle

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

Id

Identifier for an individual component

Traits

AsAny

Dynamic type helper trait

Component

Application components.

Derive Macros

Component