Docs.rs
win-loop-0.10.1
win-loop 0.10.1
Permalink
Docs.rs crate page
Zlib
Links
Repository
crates.io
Source
Owners
Solar-Falcon
Dependencies
anyhow ^1
normal
log ^0.4
normal
rustc-hash ^1
normal
web-time ^0.2
normal
winit ^0.30
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
win_
loop
0.10.1
win_loop
Type Alias
AppInitFunc
Copy item path
Source
pub type AppInitFunc<A> = dyn
FnOnce
(&
ActiveEventLoop
) ->
Result
<A>;
Expand description
App initialization function.