Crate robespierre_events

Source

Modules§

typing

Structs§

Connection
A websocket connection.
ConnectionMessanger

Enums§

Authentication
A value that can be used to authenticate on the websocket, either as a bot or as a non-bot user.
ConnectionMessage
A message to a Connection
EventsError
Errors that can occur while working with ws messages / events.

Traits§

Context
Trait implemented on types that can be passed as a context to Connection::run, but not necessary for RawEventHandler::Context
RawEventHandler

Type Aliases§

Result