decode_decimal

Macro decode_decimal 

Source
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.