macro_rules! type_safe_config {
(
$($field:ident: $type:ident = $value:expr),*
) => { ... };
}Expand description
Macro for type-safe configuration building
macro_rules! type_safe_config {
(
$($field:ident: $type:ident = $value:expr),*
) => { ... };
}Macro for type-safe configuration building