Skip to content

Commit

Permalink
Make rumqttc::client::Iter public
Browse files Browse the repository at this point in the history
  • Loading branch information
kelnos committed May 31, 2022
1 parent 18c56c1 commit 27b7384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumqttc/src/lib.rs
Expand Up @@ -114,7 +114,7 @@ mod tls;
pub mod v5;

pub use flume::{SendError, Sender, TrySendError};
pub use client::{AsyncClient, Client, ClientError, Connection};
pub use client::{AsyncClient, Client, ClientError, Connection, Iter as ConnectionIter};
pub use eventloop::{ConnectionError, Event, EventLoop};
pub use mqttbytes::v4::*;
pub use mqttbytes::*;
Expand Down

0 comments on commit 27b7384

Please sign in to comment.