macro_rules! cbor_map_collection {
( $tree:expr ) => { ... };
}Expand description
Creates a CBOR Value of type Map from a Vec<(Value, Value)>.
macro_rules! cbor_map_collection {
( $tree:expr ) => { ... };
}Creates a CBOR Value of type Map from a Vec<(Value, Value)>.