macro_rules! cbor_array_vec {
    ( $vec:expr ) => { ... };
}
Expand description

Creates a CBOR Value of type Array from a Vec.