[−][src]Function jsonrpc_client_transports::transports::http::connect
pub fn connect<TClient>(
url: &str
) -> impl Future<Item = TClient, Error = RpcError> where
TClient: From<RpcChannel>,
Create a HTTP Client
pub fn connect<TClient>(
url: &str
) -> impl Future<Item = TClient, Error = RpcError> where
TClient: From<RpcChannel>,
Create a HTTP Client