macro_rules! bitrate {
    ($(
        ($TXExt:ident, $tx:ident, $txstring:expr),
    )+) => { ... };
}
Expand description

Macro to add extension traits for integer types.