We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504bb8e commit 4731f0cCopy full SHA for 4731f0c
.changes/expose-invoke.md
@@ -0,0 +1,5 @@
1
+---
2
+"tauri": patch:bug
3
4
+
5
+Export the `ipc::Invoke` struct.
crates/tauri/src/ipc/mod.rs
@@ -195,7 +195,6 @@ impl Response {
195
/// The message and resolver given to a custom command.
196
///
197
/// This struct is used internally by macros and is explicitly **NOT** stable.
198
-#[doc(hidden)]
199
#[default_runtime(crate::Wry, wry)]
200
pub struct Invoke<R: Runtime> {
201
/// The message passed.
0 commit comments