Valid is required on the enum type to be used with ParseEnum.
()
| 337 | |
| 338 | // Valid is required on the enum type to be used with ParseEnum. |
| 339 | Valid() bool |
| 340 | } |
| 341 | |
| 342 | // ParseEnum is a function that can be passed into ParseCustom that handles enum |
no outgoing calls