Skip to main content

Record

Type Alias Record 

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

JSON-like value stored in an object store row.

Aliased Typeยง

pub struct Record { /* private fields */ }