Type Alias Row

Source
pub type Row = Box<[AlgebraicValue]>;
Expand description

A resolved row of literal values for an insert

Aliased Typeยง

struct Row(/* private fields */);