macro_rules! impl_str { ($name: ident) => { ... }; }
Implement __str__ for wrapper types whose inner type implements Display.
__str__
Display