Macro ethcore_util::hash_map [] [src]

macro_rules! hash_map {
    () => { ... };
    ( $( $x:expr => $y:expr ),* ) => { ... };
}