Type Alias Row

Source
pub type Row = Map<String, Value>;
Expand description

Represents the data of an Azure Storage table row.

Aliased Typeยง

pub struct Row { /* private fields */ }