Typed Enum
String Enum
use *;
Introduces new enum grammar under the #[StringEnum]
macro, which implements string serialization and deserialization traits.
When compiling with the nom
feature, additional parser methods are provided.
use *;
Introduces new enum grammar under the #[StringEnum]
macro, which implements string serialization and deserialization traits.
When compiling with the nom
feature, additional parser methods are provided.