macro_rules! string_attachment { ( $type:ident $(,)? ) => { ... }; }
Define a String attachment type.
The argument is the type name.
It’s a trivial newtype with a new(ToString) constructor.
new(ToString)