Macro impl_try_from_int_for_decimal

Source
macro_rules! impl_try_from_int_for_decimal {
    ($from_ty:ty, $for_ty:ty) => { ... };
}