#[derive(Enum)] { // Attributes available to this derive: #[name] #[id] }
Derive the Enum trait for simple enum parameters. See EnumParam for more information.
Enum
EnumParam