meta_get_bool

Function meta_get_bool 

Source
pub fn meta_get_bool(
    meta: &HashMap<String, Value>,
    key: &str,
    default: bool,
) -> bool
Expand description

Helper to get a bool value from MetaMapType.