Structs§
- Weak
Component Instance Interface - A wrapper for a weak reference to a type implementing
ComponentInstanceInterface
. Provides the moniker of the component instance, which is useful for error reporting if the original component instance has been destroyed.
Enums§
- Extended
Instance Interface - Either a type implementing
ComponentInstanceInterface
or itsTopInstance
. - Weak
Extended Instance Interface - A type implementing
ComponentInstanceInterface
or itsTopInstance
, as a weak pointer.
Traits§
- Component
Instance Interface - A trait providing a representation of a component instance.
- Resolved
Instance Interface - A trait providing a representation of a resolved component instance.
- Resolved
Instance Interface Ext - An extension trait providing functionality for any model of a resolved component.
- TopInstance
Interface - A special instance identified with the top of the tree, i.e. component manager’s instance.