Macro finata::hdmap

source ·
macro_rules! hdmap {
    () => { ... };
    ($($key: expr => $value: expr),+ $(,)?) => { ... };
}