component

Macro component 

Source
macro_rules! component {
    ($i:ident) => { ... };
}
Expand description

Implement the Component trait on a type.

Component types must implement Copy and Default.