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

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