macro_rules! cbor_map_collection {
    ( $tree:expr ) => { ... };
}
Expand description

Creates a CBOR Value of type Map from a Vec<(Value, Value)>.