get_from_cbor_map

Function get_from_cbor_map 

Source
pub fn get_from_cbor_map<'a>(
    cbor_map: &'a mut [(Value, Value)],
    key: &Value,
) -> Option<&'a mut Value>