Docs.rs
reql-0.11.2
reql 0.11.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
rushmorem
zicklag
Dependencies
async-net ^1.7.0
normal
async-stream ^0.3.5
normal
dashmap ^5.5.0
normal
futures ^0.3.28
normal
ql2 ^2.1.1
normal
reql-macros ^0.3.0
normal
reql-types ^0.3.3
normal
scram ^0.6.0
normal
serde ^1.0.175
normal
serde_json ^1.0.103
normal
tracing ^0.1.37
normal
tokio ^1.29.1
dev
tracing-subscriber ^0.3.17
dev
Versions
5.09%
of the crate is documented
Platform
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
Arg
reql
0.11.2
Arg
Required Methods
arg
Implementors
In reql::
cmd::
div
reql
::
cmd
::
div
Trait
Arg
Copy item path
Source
pub trait Arg { // Required method fn
arg
(self) ->
Arg
<
()
>; }
Required Methods
§
Source
fn
arg
(self) ->
Arg
<
()
>
Implementors
§
Source
§
impl
Arg
for
Command