stringly_conversions

Macro impl_into_stringly

Source
macro_rules! impl_into_stringly {
    ($from:ty $(, $into:ty)+ $(,)?) => { ... };
}
Expand description

Impls From for Stringly where String: Into, T: Display