Macro hashmacro::hashmap [] [src]

macro_rules! hashmap {
    ( $($key:ident : $value:expr),* ) => { ... };
}