Docs.rs
rust-query-0.3.1
rust-query 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
LHolten
Dependencies
elsa ^1.10.0
normal
expect-test ^1
normal
heck ^0.5.0
normal
k12 ^0.3
normal
pretty_assertions ^1.4.0
normal
proc-macro2 ^1.0.79
normal
quote ^1.0.35
normal
r2d2 ^0.8
normal
r2d2_sqlite ^0.24.0
normal
ref-cast ^1.0.23
normal
rusqlite ^0.31
normal
rust-query-macros =0.3.1
normal
sea-query ^0.31
normal
sea-query-rusqlite ^0.6
normal
trybuild ^1.0.97
dev
Versions
100%
of the crate is documented
Go to latest version
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.3.1
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 aggregates.
Query
This is the top level query type and dereferences to
Rows
. Most importantly it can turn the query result into a
Vec
.