macro_rules! impl_str_from { ($typename:ident) => { ... }; }
Convenient From implementations for Cow<'_, str> based newtypes.
From
Cow<'_, str>