Skip to content

Commit

Permalink
check doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarMorrigan committed Jan 31, 2024
1 parent 7af0d46 commit 190513e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mqrstt/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ use crate::{
};

#[derive(Debug, Clone)]
/// A Clonable client that can be used to perform MQTT operations
///
/// This object is never self constructed but is a obtained by calling the builder functions on [`crate::NetworkBuilder`]
pub struct MqttClient {
/// Provides this client with an available packet id or waits on it.
available_packet_ids_r: Receiver<u16>,
Expand Down

0 comments on commit 190513e

Please sign in to comment.