Docs.rs
tauri-runtime-0.3.4
tauri-runtime 0.3.4
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
serde ^1.0
normal
serde_json ^1.0
normal
tauri-utils ^1.0.0-rc.4
normal
thiserror ^1.0
normal
uuid ^0.8.2
normal
gtk ^0.15
normal
webview2-com ^0.13.0
normal
windows ^0.30.0
normal
Versions
80.21%
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
Rust
About docs.rs
Privacy policy
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