pub type ReqwestClient = RpcClient<ReqwestTransport>;
Available on crate feature
reqwest
only.Expand description
A client using a reqwest
HTTP transport.
Aliased Typeยง
struct ReqwestClient(/* private fields */);
pub type ReqwestClient = RpcClient<ReqwestTransport>;
reqwest
only.A client using a reqwest
HTTP transport.
struct ReqwestClient(/* private fields */);