Docs.rs
tauri-runtime-0.11.2
tauri-runtime 0.11.2
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tauri-bot
Dependencies
http ^0.2.4
normal
http-range ^0.1.4
normal
infer ^0.7
normal
rand ^0.8
normal
raw-window-handle ^0.5
normal
serde ^1.0
normal
serde_json ^1.0
normal
tauri-utils ^1.1.1
normal
thiserror ^1.0
normal
url ^2
normal
uuid ^1
normal
gtk ^0.15
normal
webview2-com ^0.19.1
normal
windows ^0.39.0
normal
Versions
68.88%
of the crate is documented
Go to latest version
Platform
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
☰
UserEvent
Implementors
In tauri_runtime
?
Trait
tauri_runtime
::
UserEvent
source
·
[
−
]
pub trait UserEvent:
Debug
+
Clone
+
Send
+ 'static { }
Expand description
A type that can be used as an user event.
Implementors
§
source
§
impl<T:
Debug
+
Clone
+
Send
+ 'static>
UserEvent
for T