cbor_text

Macro cbor_text 

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

Creates a CBOR Value of type Text String with the given string.