macro_rules! impl_conversions {
    ($($target_type:ty => $value_variant:path),* $(,)?) => { ... };
}