Macro entity_component

Source
macro_rules! entity_component {
    ($struct_id:ident: default) => { ... };
    ($struct_id:ident: $codec_struct_id:ident) => { ... };
}