Skip to content

Commit 4731f0c

Browse files
authored
fix(core): expose ipc::Invoke (#11290)
1 parent 504bb8e commit 4731f0c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changes/expose-invoke.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch:bug
3+
---
4+
5+
Export the `ipc::Invoke` struct.

crates/tauri/src/ipc/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ impl Response {
195195
/// The message and resolver given to a custom command.
196196
///
197197
/// This struct is used internally by macros and is explicitly **NOT** stable.
198-
#[doc(hidden)]
199198
#[default_runtime(crate::Wry, wry)]
200199
pub struct Invoke<R: Runtime> {
201200
/// The message passed.

0 commit comments

Comments
 (0)