macro_rules! impl_into_x {
    ($from:ident, $to:ident) => { ... };
}