Macro structures::dkv

source ·
macro_rules! dkv {
    ($k:literal, $v:expr) => { ... };
}
Expand description

Dictionary key/value pair macro creates a KeyValue struct for ‘dictionaries’ from the specified inputs.