macro_rules! decode_decimal {
($size:expr, $buf:expr, $builder:expr, $N:expr, $Int:ty) => { ... };
}展开描述
用于解码给定宽度和整数类型的十进制有效载荷的宏。
macro_rules! decode_decimal {
($size:expr, $buf:expr, $builder:expr, $N:expr, $Int:ty) => { ... };
}用于解码给定宽度和整数类型的十进制有效载荷的宏。