cbor_map_collection

Macro cbor_map_collection 

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

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