Skip to main content

dict

Macro dict 

Source
macro_rules! dict {
    ($($key:literal => $value:expr),* $(,)?) => { ... };
}
Expand description

Builds a figment dictionary from key => Option<value> pairs, skipping unset values.