Skip to main content

RowData

Type Alias RowData 

Source
pub type RowData = BTreeMap<String, String>;
Expand description

A single row’s raw values keyed by field name. The admin’s data layer builds these; the renderer only reads them.

Aliased Type§

pub struct RowData { /* private fields */ }