macro_rules! tag_constant {
    ($const_name:ident, $value:expr, $name:expr) => { ... };
}
Expand description

A macro for statically defining a CBOR tag constant.