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