macro_rules! impl_module_config {
($config:ty) => { ... };
}Expand description
Implement ModuleConfig by delegating to inherent load and to_context_map.
macro_rules! impl_module_config {
($config:ty) => { ... };
}Implement ModuleConfig by delegating to inherent load and to_context_map.