Macro sk_cbor::cbor_array_vec[][src]

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

Creates a CBOR Value of type Array from a Vec.