Skip to main content

CborArray

Type Alias CborArray 

Source
pub type CborArray<'i> = Vec<CborValue<'i>>;
Expand description

Runtime representation of a CBOR array.

Aliased Typeยง

pub struct CborArray<'i> { /* private fields */ }