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
.