Skip to main content

TextInput

Type Alias TextInput 

Source
pub type TextInput = BufReader<Box<dyn Read + Send>>;
Expand description

Sequential reads over anything, buffered. Named so the converters do not spell the generic out.

Aliased Typeยง

pub struct TextInput { /* private fields */ }