summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/interaction.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/src/interaction.rs b/rust/src/interaction.rs
index 1a3ef2aa..bf709f2c 100644
--- a/rust/src/interaction.rs
+++ b/rust/src/interaction.rs
@@ -25,6 +25,11 @@ pub mod form;
pub mod handler;
pub mod report;
+// Re-export the public items from the submodules, for convenience.
+pub use report::*;
+pub use form::*;
+pub use handler::*;
+
pub type MessageBoxButtonSet = BNMessageBoxButtonSet;
pub type MessageBoxIcon = BNMessageBoxIcon;
pub type MessageBoxButtonResult = BNMessageBoxButtonResult;