macro_rules! get_settings {
    ($config:expr$(, $names:ident)+) => { ... };
}
Expand description

Attempts to unwrap all of the Option fields with the given names in the configuration struct and returns them all as a tuple. The same consideration which apply to get_setting! apply to this macro.