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