pub type TextStreamHandle = StreamHandle<String>;Expand description
Convenience handle specifically for text streaming. Automatically accumulates string tokens.
Aliased Type§
pub struct TextStreamHandle { /* private fields */ }pub type TextStreamHandle = StreamHandle<String>;Convenience handle specifically for text streaming. Automatically accumulates string tokens.
pub struct TextStreamHandle { /* private fields */ }