Trait conniecs::component::Component [] [src]

pub trait Component: 'static { }

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

Implementors