Expand description
ReadFrom and WriteTo implementations using FromStr::from_str and Display::fmt.
See FmtWrapper for more details.
Structsยง
- FmtWrapper
- A wrapper around a type which will use the
DisplayandFromStrimplementations for serialization / deserialization. - FmtWrapper
RefWr - A
WriteTowrapper around a reference to a type which will use theDisplayimplementation to write the value.