Macro decimal_try_new

Source
macro_rules! decimal_try_new {
    ($integer:ident, $scale:ident) => { ... };
}