pub type ChunkedTextStream = Streaming<String, CborEncoding>;Available on crate feature
fullstack only.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 */ }