-
-
Notifications
You must be signed in to change notification settings - Fork 224
Implement Debug
+ Display
for builtins
#110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Debug
+ Display
for builtins
Yeah, a lot of core type functionality is missing, see #6. Please don't open a new issue for each other trait, just comment here 🙂 |
224: Impl `Display` for built-ins r=Bromeon a=Hapenia-Lans related to #110 Co-authored-by: ChenXi <[email protected]>
Completeness:Here is all types described here Structs
Enums
|
Does this include adding these functions for |
Thanks a lot for listing all the impls!
Yes, they should keep the impl from their underlying types. You won't be able to write |
@Bromeon Are you looking for |
No, I think it's fine to limit to the builtin types for now 🙂 |
NodePath doesn't implement debug, but it should. May be true for other types as well.
The text was updated successfully, but these errors were encountered: