Skip to content
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

Implement Display using proxy Types #46

Closed
IBims1NicerTobi opened this issue Jan 12, 2025 · 0 comments · Fixed by #47
Closed

Implement Display using proxy Types #46

IBims1NicerTobi opened this issue Jan 12, 2025 · 0 comments · Fixed by #47
Assignees
Labels
enhancement New feature or request

Comments

@IBims1NicerTobi
Copy link
Collaborator

There are some types in the compiler that cannot implement Display directly since they contain for example an id that references an external datastructure. These should implement a fn (&self, external: T) -> impl Display function to make them printable without allocating an extra String every time.

@IBims1NicerTobi IBims1NicerTobi added the enhancement New feature or request label Jan 12, 2025
@IBims1NicerTobi IBims1NicerTobi self-assigned this Jan 12, 2025
@IBims1NicerTobi IBims1NicerTobi linked a pull request Jan 12, 2025 that will close this issue
@VonTum VonTum mentioned this issue Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant