Macro chunked::component[][src]

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

Implement the Component trait on a type.

Component types must implement Copy and Default.