Macro sai::component_registry[][src]

macro_rules! component_registry {
    ($name:ident, [$($x:ty),*]) => { ... };
}
Expand description

A macro that helps setting up Component Registry

component_registry!(DummyRegistry, [A]);