[−][src]Function jsonrpc_core_client::transports::local::connect_with_pubsub
pub fn connect_with_pubsub<TClient, THandler>(
handler: THandler
) -> (TClient, impl Future<Item = (), Error = RpcError>) where
TClient: From<RpcChannel>,
THandler: Deref<Target = MetaIoHandler<Arc<Session>, Noop>>,
Connects with pubsub.