Skip to main content

RowBuffer

Type Alias RowBuffer 

Source
pub type RowBuffer = Vec<RowCell>;
Expand description

A buffer of row cells used during row-by-row rendering.

Aliased Typeยง

pub struct RowBuffer { /* private fields */ }