Macro impl_truncate

macro_rules! impl_truncate {
    ($($from:ty => $($to:ty),+;)*) => { ... };
}