Docs.rs
rust-query-0.5.0
rust-query 0.5.0
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.31.0
normal
rusqlite ^0.37
normal
rust-query-macros =0.5.0
normal
sea-query ^1.0.0-rc.8
normal
sea-query-rusqlite ^0.8.0-rc.8
normal
self_cell ^1.2.0
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
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
rust_
query
0.5.0
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.