Skip to main content

value_hash

Macro value_hash 

Source
macro_rules! value_hash {
    ($($k:expr => $v:expr),* $(,)?) => { ... };
}
Expand description

Convenient macro for creating ValueMap.

Example:

let value_hash: ValueHash = value_hash!("hello" => 12);