Text2dWriter

Type Alias Text2dWriter 

Source
pub type Text2dWriter<'w, 's> = TextWriter<'w, 's, Text2d>;
Expand description

2d alias for TextWriter.

Aliased Typeยง

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