macro_rules! impl_into_stringly { ($from:ty $(, $into:ty)+ $(,)?) => { ... }; }
Impls From for Stringly where String: Into, T: Display