trex::component! [] [src]

macro_rules! component {
    { $C:ident : $F:ident } => { ... };
}

Used to implement the component trait for a given type. This macro should never be called manually. Concrete components should be passed into the simulation! macro, which will call this macro.