mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
Documentation for the macros that define a Runtime and associated types. (#1516)
This commit is contained in:
@@ -334,8 +334,13 @@ macro_rules! __impl_outer_config_types {
|
||||
($concrete:ident) => ()
|
||||
}
|
||||
|
||||
/// Implement the output "meta" module configuration struct,
|
||||
/// which is basically:
|
||||
/// pub struct GenesisConfig {
|
||||
/// rust_module_one: Option<ModuleOneConfig>,
|
||||
/// ...
|
||||
/// }
|
||||
#[macro_export]
|
||||
/// Implement the output "meta" module configuration struct.
|
||||
macro_rules! impl_outer_config {
|
||||
(
|
||||
pub struct $main:ident for $concrete:ident {
|
||||
|
||||
Reference in New Issue
Block a user