Implement ApplicationHandler for &mut A and Box<A> (#3709)

This commit is contained in:
Mads Marquart 2024-05-29 11:51:53 +02:00 committed by GitHub
parent d7abe0316e
commit 5d8091fc7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 115 additions and 0 deletions

View file

@ -44,6 +44,7 @@ changelog entry.
### Added
- Reexport `raw-window-handle` versions 0.4 and 0.5 as `raw_window_handle_04` and `raw_window_handle_05`.
- Implement `ApplicationHandler` for `&mut` references and heap allocations to something that implements `ApplicationHandler`.
### Removed