Text2dReader

Type Alias Text2dReader 

Source
pub type Text2dReader<'w, 's> = TextReader<'w, 's, Text2d>;
Expand description

2d alias for TextReader.

Aliased Typeยง

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