Macro structures::kv

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

Key/value pair macro creates a KeyValue struct from the specified inputs.