-
I'm working on an experimental legacy SDL crate and I noticed that a few enums got created with a different style as all the other enums. Is it possible to manually rename those? There were a bunch of constants (starting with |
Beta Was this translation helpful? Give feedback.
Answered by
pvdrz
Apr 28, 2023
Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
belak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
ParseCallbacks::item_name
for that.