macro_rules! cbor_tagged {
    ( $t:expr, $x: expr ) => { ... };
}
Expand description

Creates a CBOR Value of type Tag with the given tag and object.