Module conniecs::component [] [src]

TODO: Add documentation including describing how the derive macros work

Structs

ComponentList

Traits

Component

Marks types which are suitable for being components. It is implemented for all types which are 'static.

ComponentManager

This is the trait implemented for your struct containing all of your component lists. You should not try to implement this manually. Use #[derive(Components)] instead. See the module documentation for more information.