Docs.rs
tauri-runtime-2.0.0-beta.16
tauri-runtime 2.0.0-beta.16
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tauri-bot
Dependencies
dpi ^0.1
normal
http ^1.1
normal
raw-window-handle ^0.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
tauri-utils ^2.0.0-beta.15
normal
thiserror ^1.0
normal
url ^2
normal
gtk ^0.18
normal
jni ^0.21
normal
url ^2
normal
windows ^0.56
normal
Versions
78.2%
of the crate is documented
Go to latest stable release
Platform
x86_64-apple-darwin
x86_64-apple-ios
x86_64-linux-android
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
tauri_runtime
2.0.0-beta.16
UserEvent
Object Safety
Implementors
In crate tauri_runtime
Trait
tauri_runtime
::
UserEvent
Copy item path
source
·
[
−
]
pub trait UserEvent:
Debug
+
Clone
+
Send
+ 'static { }
Expand description
A type that can be used as an user event.
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Debug
+
Clone
+
Send
+ 'static>
UserEvent
for T