Skip to main content

options_to_properties

Macro options_to_properties 

Source
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.