TextUiWriter

Type Alias TextUiWriter 

Source
pub type TextUiWriter<'w, 's> = TextWriter<'w, 's, Text>;
Expand description

UI alias for TextWriter.

Aliased Typeยง

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