Skip to main content

TextStreamHandle

Type Alias TextStreamHandle 

Source
pub type TextStreamHandle = StreamHandle<String>;
Expand description

Convenience handle specifically for text streaming. Automatically accumulates string tokens.

Aliased Type§

pub struct TextStreamHandle { /* private fields */ }

Implementations§

Source§

impl TextStreamHandle

Source

pub fn poll_text(&self) -> bool

Poll and accumulate text by concatenation.