pub type Row = Box<[AlgebraicValue]>;Expand description
A resolved row of literal values for an insert
Aliased Typeยง
struct Row(/* private fields */);pub type Row = Box<[AlgebraicValue]>;A resolved row of literal values for an insert
struct Row(/* private fields */);