pub type RowBuffer = Vec<RowCell>;
A buffer of row cells used during row-by-row rendering.
pub struct RowBuffer { /* private fields */ }