pub type CborArray<'i> = Vec<CborValue<'i>>;
Runtime representation of a CBOR array.
pub struct CborArray<'i> { /* private fields */ }