pub type SimpleRow = Vec<Option<String>>;Expand description
A single row of text values returned by simple_query_rows.
Each field is None for SQL NULL, Some(text) otherwise.
Only used for compile-time schema introspection queries.
Aliased Type§
pub struct SimpleRow { /* private fields */ }