Skip to main content

MemRowValues

Type Alias MemRowValues 

Source
pub type MemRowValues = Vec<SqliteValue>;
Expand description

A row in an in-memory table: (rowid, column values).

Aliased Typeยง

pub struct MemRowValues { /* private fields */ }