Macro yaml_map_get_str

Source
macro_rules! yaml_map_get_str {
    ($map:expr, $key:expr, $value:expr) => { ... };
}
Expand description

Macro to extract a string value from a YAML map