Docs.rs
rusqlite-le-0.24.2
rusqlite-le 0.24.2
Permalink
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
phiresky
Dependencies
bitflags ^1.2
normal
byteorder ^1.3
normal
optional
chrono ^0.4
normal
optional
csv ^1.1
normal
optional
fallible-iterator ^0.2
normal
fallible-streaming-iterator ^0.1
normal
hashlink ^0.6
normal
lazy_static ^1.4
normal
optional
libsqlite3-sys-le ^0.21.0
normal
memchr ^2.3
normal
serde_json ^1.0
normal
optional
smallvec ^1.0
normal
time ^0.2.23
normal
optional
url ^2.1
normal
optional
uuid ^0.8
normal
optional
bencher ^0.1
dev
doc-comment ^0.3
dev
lazy_static ^1.4
dev
regex ^1.3
dev
tempfile ^3.1.0
dev
unicase ^2.6.0
dev
uuid ^0.8
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Array
rusqlite
0.24.2
Array
Aliased Type
Trait Implementations
ToSql
In rusqlite::
vtab::
array
rusqlite
::
vtab
::
array
Type Alias
Array
Copy item path
Source
pub type Array =
Rc
<
Vec
<
Value
>>;
Expand description
Array parameter / pointer
Aliased Type
§
pub struct Array {
/* private fields */
}
Trait Implementations
§
Source
§
impl
ToSql
for
Array
Source
§
fn
to_sql
(&self) ->
Result
<
ToSqlOutput
<'_>>
Converts Rust value to SQLite value