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

type Array = Rc<Vec<Value>>;

Array parameter / pointer

Trait Implementations

impl ToSql for Array[src]