Macro oasis_cbor::cbor_bool

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

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