MCPcopy Create free account
hub / github.com/Kethku/Pando / WinitApplicationHandler

Class WinitApplicationHandler

aspen/src/winit_runner.rs:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20struct WinitApplicationHandler<Root: Element> {
21 application: Application<Root>,
22 renderer: Option<WinitRenderer>,
23}
24
25impl<Root: Element> WinitApplicationHandler<Root> {
26 fn new<F>(root_constructor: F) -> Self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…