Macro expedite::hash [] [src]

macro_rules! hash {
    { $($key:expr => $value:expr),+ } => { ... };
}