macro_rules! string_serde_impl {
($type:ty) => { ... };
}
Expand description
Convenience macro to serialize types to string via serde.
macro_rules! string_serde_impl {
($type:ty) => { ... };
}
Convenience macro to serialize types to string via serde.