optional_dict

Macro optional_dict 

Source
macro_rules! optional_dict {
    ($($key:pat => $value:expr),* $(,)?) => { ... };
}