[][src]Macro seed::key_value_pairs

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

A key-value pairs, where the keys and values must implement ToString.