Expand description
§enum-stringify
Derive std::fmt::Display
, std::str::FromStr
, TryFrom<&str>
and
TryFrom<String>
with a simple derive macro: EnumStringify
.
Derive Macros§
- Enum
Stringify - Derive
std::fmt::Display
,std::str::FromStr
,TryFrom<&str>
andTryFrom<String>
for an enum.