Docs.rs
rust-query-0.4.3
rust-query 0.4.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
LHolten
Dependencies
k12 ^0.3
normal
optional
pretty_assertions ^1.4.0
normal
r2d2 ^0.8
normal
r2d2_sqlite ^0.25.0
normal
ref-cast ^1.0.23
normal
rusqlite ^0.32
normal
rust-query-macros =0.4.3
normal
sea-query ^0.32
normal
sea-query-rusqlite ^0.7
normal
static_assertions ^1.1.0
normal
expect-test ^1
dev
rand ^0.9.1
dev
trybuild ^1.0.97
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
query
0.4.3
Module args
Module Items
Structs
In crate rust_
query
rust_query
Module
args
Copy item path
Source
Expand description
Types that are used as closure arguments.
You generally don’t need to import these types.
Structs
§
Aggregate
This is the argument type used for
aggregate
.
Optional
This is the argument type used by the
optional
combinator.
Query
This is the type used by the
crate::Transaction::query
method.
Rows
Rows
keeps track of all rows in the current query.