[][src]Macro seed::hashmap_string

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

A HashMap literal, where the keys and valsmust implement ToString.