macro_rules! impl_any_conversions { ($type: ty) => { ... }; ($type: ty, $($li: lifetime)?) => { ... }; }