Macro sk_cbor::cbor_bool[][src]

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

Creates a CBOR Value of type Simple with the given bool value.