Macro bc_components::tag_constant
source · macro_rules! tag_constant { ($const_name:ident, $value:expr, $name:expr) => { ... }; }
Expand description
A macro for statically defining a CBOR tag constant.
macro_rules! tag_constant { ($const_name:ident, $value:expr, $name:expr) => { ... }; }
A macro for statically defining a CBOR tag constant.