macro_rules! TrivialLiftImpls {
    ($($ty:ty),+ $(,)?) => { ... };
}