macro_rules! decode_decimal {
($size:expr, $buf:expr, $builder:expr, $N:expr, $Int:ty) => { ... };
}
Expand description
Macro to decode a decimal payload for a given width and integer type.
macro_rules! decode_decimal {
($size:expr, $buf:expr, $builder:expr, $N:expr, $Int:ty) => { ... };
}
Macro to decode a decimal payload for a given width and integer type.