macro_rules! cbor_unsigned {
( $x:expr ) => { ... };
}Expand description
Creates a CBOR Value of type Unsigned with the given numeric value.
macro_rules! cbor_unsigned {
( $x:expr ) => { ... };
}Creates a CBOR Value of type Unsigned with the given numeric value.