macro_rules! options_to_properties {
($options:expr) => { ... };
}Expand description
Convert a slice of source/connection options into Property entries.
Each option must have a displayable .name and an Option<WithOptionValue<Raw>>
.value. Options with no value are skipped.