Function jsonrpc_core_client::transports::local::connect_with_pubsub[][src]

pub fn connect_with_pubsub<TClient, THandler>(
    handler: THandler
) -> (TClient, impl Future<Output = Result<(), RpcError>>) where
    THandler: Deref<Target = MetaIoHandler<Arc<Session>, Noop>> + Unpin,
    TClient: From<RpcChannel>, 
Expand description

Connects with pubsub.