Crate tokio_stomp_2[][src]

tokio-stomp - A library for asynchronous streaming of STOMP messages

Modules

client

Structs

Message

A representation of a STOMP frame

Enums

AckMode
FromServer

A STOMP message sent from the server See the Spec for more information

ToServer

A STOMP message sent by the client. See the Spec for more information