type_safe_config

Macro type_safe_config 

Source
macro_rules! type_safe_config {
    (
        $($field:ident: $type:ident = $value:expr),*
    ) => { ... };
}
Expand description

Macro for type-safe configuration building