Macro roundabout::hashmap[][src]

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