Type Definition rusqlite::vtab::array::Array[][src]

type Array = Rc<Vec<Value>>;

Array parameter / pointer

Trait Implementations

impl ToSql for Array[src]

fn to_sql(&self) -> Result<ToSqlOutput<'_>>[src]

Converts Rust value to SQLite value