Docs.rs
browser-window-0.12.3
browser-window 0.12.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bamidev
Dependencies
browser-window-c =0.3.2
normal
futures-channel ^0.3
normal
glib ^0.18
normal
optional
gtk ^0.18
normal
optional
javascriptcore-rs ^1
normal
optional
json ^0.12
normal
lazy_static ^1
normal
num-bigfloat ^1
normal
unsafe-send-sync ^0.1
normal
webkit2gtk ^2.0
normal
optional
webview2 ^0.1
normal
optional
winapi ^0.3
normal
optional
serde_json ^1.0
dev
tokio ^1.0
dev
Versions
41.11%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
browser_
window
0.12.3
HasApp
Handle
Required Methods
app_handle
Implementors
In browser_
window::
application
browser_window
::
application
Trait
HasAppHandle
Copy item path
Source
pub trait HasAppHandle { // Required method fn
app_handle
(&self) -> &
ApplicationHandle
; }
Required Methods
§
Source
fn
app_handle
(&self) -> &
ApplicationHandle
Implementors
§
Source
§
impl
HasAppHandle
for
BrowserWindowHandle
Source
§
impl
HasAppHandle
for
ApplicationHandle