Macro oasis_cbor::cbor_tagged[][src]

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

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