macro_rules! const_byte {
($NAME:ident, $CONST:literal, $TYPE:ty, $(#[$STRUCT_META:meta]),* ) => { ... };
}Expand description
This is a short hand macro for generating a new CONST tuple struct type for u8, i8
Typically will not be used directly but instead will be called via one of the other macros like const_u8_tuple, const_i8_tuple