pub async fn connect<TClient>(url: &str) -> RpcResult<TClient>where
TClient: From<RpcChannel>,
Expand description
Create a HTTP Client
pub async fn connect<TClient>(url: &str) -> RpcResult<TClient>where
TClient: From<RpcChannel>,
Create a HTTP Client