[][src]Macro rx::hashmap

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