async fn watch_client_status<R: Runtime>(
client: Arc<TorClient<R>>,
_method: Box<WatchClientStatus>,
_ctx: Arc<dyn Context>,
updates: UpdateSink<ClientStatusInfo>,
) -> Result<Nil, RpcError>Expand description
Invocable function to run WatchClientStatus on a TorClient.