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

type Array = Rc<Vec<Value>>;

Array parameter / pointer

Trait Implementations

impl ToSql for Array[src]