Module fmt_wrapper

Module fmt_wrapper 

Source
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 Display and FromStr implementations for serialization / deserialization.
FmtWrapperRefWr
A WriteTo wrapper around a reference to a type which will use the Display implementation to write the value.