Trait Component

Source
pub trait Component: Any { }
Expand description

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

Implementors§

Source§

impl<E: Any> Component for E