[][src]Trait orbtk::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> Component for E where
    E: Any
[src]

Loading content...