Macro trex::components [] [src]

macro_rules! components {
    ( $( $T:ident ), + ) => { ... };
}

Defines the component family.