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

pub type Array = Rc<Vec<Value>>;
This is supported on crate features vtab and array only.
Expand description

Array parameter / pointer

Trait Implementations

Converts Rust value to SQLite value