Open mdecimus opened 2 years ago
Replace all impl Into<String> with impl Into<Cow<str>>.
impl Into<String>
impl Into<Cow<str>>
Replace all
impl Into<String>
withimpl Into<Cow<str>>
.