Macro seed::hashmap_string

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

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