logo
macro_rules! impl_world_component {
    ($component_type: ident) => { ... };
}
Expand description

Macro for implementing standard component trait