Crate engineio_rs

source ·

Structs

A Packet sent via the engine.io protocol.
An internal type that implements stream by repeatedly calling [Stream::poll_next] on an underlying stream. Note that the generic parameter will be wrapped in a Result.

Enums

Constants

Type Definitions

A generator is an internal type that represents a Send [futures_util::Stream] that yields a certain type T whenever it’s polled.