Docs.rs
async-json-rpc-0.3.0
async-json-rpc 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
hlb8122
Dependencies
base64 ^0.13.0
normal
futures-core ^0.3.8
normal
futures-util ^0.3.8
normal
hyper ^0.14.2
normal
hyper-tls ^0.5.0
normal
serde ^1.0.118
normal
serde_json ^1.0.61
normal
tower-service ^0.3.0
normal
tower-util ^0.3.1
normal
Versions
47.27%
of the crate is documented
Platform
i686-pc-windows-msvc
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
RequestFactory
async_
json_
rpc
0.3.0
Request
Factory
Required Methods
build_request
Implementors
In async_
json_
rpc::
clients
async_json_rpc
::
clients
Trait
Request
Factory
Copy item path
Source
pub trait RequestFactory { // Required method fn
build_request
(&self) ->
RequestBuilder
; }
Required Methods
§
Source
fn
build_request
(&self) ->
RequestBuilder
Implementors
§
Source
§
impl<C>
RequestFactory
for
Client
<C>