Macro impl_from_decimal_for_decimal

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