try_optional_dict

Macro try_optional_dict 

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