macro_rules! config_sub_path { ($config:ident, $setting_name: ident, $struct_name: ident, $key_name: ident, $sub_struct_name: ident, $sub_key_name: ident, $string: expr) => { ... }; }
Expand description
automatically generate the input path
macro_rules! config_sub_path { ($config:ident, $setting_name: ident, $struct_name: ident, $key_name: ident, $sub_struct_name: ident, $sub_key_name: ident, $string: expr) => { ... }; }
automatically generate the input path