[−][src]Function jsonrpc_core_client::transports::ws::connect
pub fn connect<T>(url: &Url) -> impl Future<Item = T, Error = RpcError> where
T: From<RpcChannel>,
Connect to a JSON-RPC websocket server.
Uses an unbuffered channel to queue outgoing rpc messages.