Docs.rs
abcperf-generic-client-0.10.0
abcperf-generic-client 0.10.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tilosp
github:abcperf:crates-io
Dependencies
abcperf ^0.10.0
normal
anyhow ^1.0
normal
async-channel ^1.6.1
normal
async-trait ^0.1.52
normal
base64 ^0.13.0
normal
bincode ^1.3
normal
bytes ^1.1.0
normal
derivative ^2.2
normal
futures ^0.3.19
normal
quinn ^0.10.2
normal
rand ^0.8
normal
reqwest ^0.11.8
normal
rustls ^0.21.1
normal
s2n-quic ^1.19.0
normal
serde ^1.0
normal
serde-bytes-repr ^0.1.5
normal
serde_json ^1.0.74
normal
shared-ids ^0.10.0
normal
tokio ^1.15
normal
tracing ^0.1.10
normal
warp ^0.3.2
normal
criterion ^0.5
dev
Versions
4.17%
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
ConfigTrait
abcperf_
generic_
client
0.10.0
Config
Trait
Required Methods
fallback_timeout
Implementors
In abcperf_
generic_
client::
proxy
abcperf_generic_client
::
proxy
Trait
Config
Trait
Copy item path
Source
pub trait ConfigTrait { // Required method fn
fallback_timeout
(&self) ->
Duration
; }
Required Methods
§
Source
fn
fallback_timeout
(&self) ->
Duration
Implementors
§