azure_iot_operations_mqtt::interface

Type Alias Event

Source
pub type Event = Event;
Expand description

Event yielded by the event loop

Aliased Type§

enum Event {
    Incoming(Packet),
    Outgoing(Outgoing),
}

Variants§

§

Incoming(Packet)

§

Outgoing(Outgoing)