macro_rules! NewDefaultV {
($name:ident, $($key:ident => $value:expr_2021),*) => { ... };
}Expand description
Just like NewDefault, but adds a mandatory .into_option() to all values
macro_rules! NewDefaultV {
($name:ident, $($key:ident => $value:expr_2021),*) => { ... };
}Just like NewDefault, but adds a mandatory .into_option() to all values