Crate rumqttlog[][src]

Re-exports

pub use router::ConnectionAck;
pub use router::Data;
pub use router::DataRequest;
pub use router::Disconnection;
pub use router::Event;
pub use router::Message;
pub use router::Notification;

Modules

Structs

Used to register a new connection with the router Connection messages encompasses a handle for router to communicate with this connection

The receiving side of a channel.

An error returned from Receiver::recv().

An error returned from Sender::send().

The sending side of a channel.

Enums

An error returned from the recv_timeout method.

Functions

Creates a bounded channel.

Type Definitions