pub type ChunkedByteStream = Streaming<Bytes, CborEncoding>;Expand description
A stream of manually chunked binary data.
This encoding preserves chunk boundaries by framing each chunk with its length, using Websocket Framing.
Aliased Typeยง
pub struct ChunkedByteStream { /* private fields */ }