logo
macro_rules! impl_world_accessor {
    ($(#[$attr: meta])* $component_type: ident, $param_name: ident, $param_type: ty, $accessor_name: ident, $visibility: ident) => { ... };
}
Expand description

Macro for implementing standard accessor trait