TextUiReader

Type Alias TextUiReader 

Source
pub type TextUiReader<'w, 's> = TextReader<'w, 's, Text>;
Expand description

UI alias for TextReader.

Aliased Typeยง

pub struct TextUiReader<'w, 's> { /* private fields */ }