[][src]Trait dces::component::Component

pub trait Component: Any { }

This trait is used to internal handle all components types. This trait is implicitly implemented for all other types.

Implementors

impl<E: Any> Component for E[src]

Loading content...