macro_rules! impl_standard_config {
($config_type:ty, $component_type:expr, $description:expr) => { ... };
}Expand description
Helper macro for implementing StandardConfig
macro_rules! impl_standard_config {
($config_type:ty, $component_type:expr, $description:expr) => { ... };
}Helper macro for implementing StandardConfig