Crate fieldless_enum_tools
source ·Derive Macros§
- Adds an function
all
to enum, returning an array with all variants of the enum - Implements
AsRef<str>
,Into<String>
,Display
(thereforeToString
),FromStr
,TryFrom<String>
,Serialize
andDeserialize
for enum. - Implements
Not
for enum.