macro_rules! yaml_map_get_str {
($map:expr, $key:expr, $value:expr) => { ... };
}
Expand description
Macro to extract a string value from a YAML map
macro_rules! yaml_map_get_str {
($map:expr, $key:expr, $value:expr) => { ... };
}
Macro to extract a string value from a YAML map