Expand description
Custom serializer/deserializer for Wick enum types
Enums§
- String
OrNum - A string or number to attempt deserializing from.
Functions§
- deserialize
- Deserialize a value from a number or string using its std::str::FromStr implementation.
- serialize
- Serialize a value as a string using its std::fmt::Display implementation.