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

Creates a CBOR Value of type Unsigned with the given numeric value.