Skip to content

Commit

Permalink
Export MessageHandler to the prelude
Browse files Browse the repository at this point in the history
[Previous pull request](1) introduced the MessageHandler datatype, but did
not export it in the prelude.

[1]: bastion-rs#309
  • Loading branch information
scrabsha committed Mar 25, 2021
1 parent c8f1506 commit 327ce83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bastion/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub mod prelude {
pub use crate::errors::*;
#[cfg(not(target_os = "windows"))]
pub use crate::io::*;
pub use crate::message::{Answer, AnswerSender, Message, Msg};
pub use crate::message::{Answer, AnswerSender, Message, MessageHandler, Msg};
pub use crate::msg;
pub use crate::path::{BastionPath, BastionPathElement};
#[cfg(feature = "scaling")]
Expand Down

0 comments on commit 327ce83

Please sign in to comment.