Macros§
- assert_
textual - Assert
Display
/FromStr
implementation is consistent by converting between value and str and asserting the result is the same.
Derive Macros§
- Display
Serde - Derive
Display
trait by usingserde::Serialize
implementation. - From
StrSerde - Derive
FromStr
trait by usingserde::Deserialize
implementation.