Searched defs:StubWindowEventLoop (Results 1 – 1 of 1) sorted by relevance
39 pub struct StubWindowEventLoop<AppState: ApplicationState>(PhantomData<AppState>); struct41 impl<AppState: ApplicationState> WindowEventLoop<AppState> for StubWindowEventLoop<AppState> { implementation