We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b3311 commit 636d099Copy full SHA for 636d099
src/lib.rs
@@ -119,7 +119,7 @@ pub use consumer::{Consumer, ConsumerDelegate};
119
pub use error::{Error, ErrorKind, Result};
120
pub use events::Event;
121
pub use exchange::ExchangeKind;
122
-pub use publisher_confirm::Confirmation;
+pub use publisher_confirm::{Confirmation, PublisherConfirm};
123
pub use queue::Queue;
124
125
pub mod auth;
0 commit comments