Module connection

Module connection 

Source

Re-exports§

pub use self::core::Connection;
pub use self::core::GenericConnection;
pub use self::event::Event;
pub use self::event::GenericEvent;
pub use self::event::TimerKind;
pub use self::sendable_role::SendableRole;

Modules§

core
event
prelude
role
sendable_role

Structs§

GenericStore
A store that holds packets in insertion order and allows O(1) insert/remove by id.
PacketBuilder
Builder for constructing MQTT packet byte sequences
PacketIdManager
RawPacket

Enums§

PacketBuildResult
Enum representing packet construction results
PacketData
Version
MQTT protocol version enumeration

Traits§

SendBehavior
Trait for connection send behavior
Sendable
Core trait for sendable packets

Type Aliases§

Store