Macro ethcore_util::hash_map_into [] [src]

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