pub(crate) async fn new_oneshot_client_on_client<R: Runtime>(
client: Arc<TorClient<R>>,
_method: Box<NewOneshotClient>,
ctx: Arc<dyn Context>,
) -> Result<SingleIdResponse, RpcError>Expand description
Implement NewOneshotClient for clients.