Macro oasis_cbor::cbor_map_collection[][src]

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

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