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

Creates a CBOR Value of type Byte String with the given slice or vector.