[][src]Module twitchchat::encode

Modules

channel

Abstracts crossbeam-channel and std::sync::mpsc

Structs

AsyncEncoder

An async encoder for messages

AsyncMpscWriter

A tokio mpsc based writer

Encoder

An encoder for messages

SyncMpscWriter

A channel-based synchronous writer

Type Definitions

AsyncWriter

A writer that allows sending messages to the client

SyncWriter

A writer that allows sending messages to the client