macro_rules! impl_str_ser {
($type:ty) => { ... };
}Expand description
Helper macro to implement string based serialization.
If a type implements Display then this automatically
implements a serializer for that type that dispatches
appropriately.