macro_rules! cbor_false {
    ( ) => { ... };
}
Expand description

Creates a CBOR Value of type Simple with value false.