Skip to content

Commit

Permalink
fix(core): expose ipc::Invoke (#11290)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Oct 11, 2024
1 parent 504bb8e commit 4731f0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/expose-invoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:bug
---

Export the `ipc::Invoke` struct.
1 change: 0 additions & 1 deletion crates/tauri/src/ipc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ impl Response {
/// The message and resolver given to a custom command.
///
/// This struct is used internally by macros and is explicitly **NOT** stable.
#[doc(hidden)]
#[default_runtime(crate::Wry, wry)]
pub struct Invoke<R: Runtime> {
/// The message passed.
Expand Down

0 comments on commit 4731f0c

Please sign in to comment.