cbor_unsigned

Macro cbor_unsigned 

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

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