Open Xuanwo opened 3 months ago
DataType should implement Ser/De via Display instead of use default impl.
Ser/De
Display
I will try to implement this.
Thanks in advance. We can use serde_with::DisplayFromStr to make it easier.
serde_with::DisplayFromStr
DataType should implement
Ser/De
viaDisplay
instead of use default impl.