| 18 | }; |
| 19 | |
| 20 | struct WinitApplicationHandler<Root: Element> { |
| 21 | application: Application<Root>, |
| 22 | renderer: Option<WinitRenderer>, |
| 23 | } |
| 24 | |
| 25 | impl<Root: Element> WinitApplicationHandler<Root> { |
| 26 | fn new<F>(root_constructor: F) -> Self |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…