macro_rules! cbor_bytes {
( $x:expr ) => { ... };
}Expand description
Creates a CBOR Value of type Byte String with the given slice or vector.
macro_rules! cbor_bytes {
( $x:expr ) => { ... };
}Creates a CBOR Value of type Byte String with the given slice or vector.