async fn client_resolve_ptr_with_prefs<R: Runtime>(
client: Arc<TorClient<R>>,
method: Box<ResolvePtrWithPrefs>,
_ctx: Arc<dyn Context>,
) -> Result<Vec<String>, Box<dyn ClientConnectionError>>Expand description
RPC method implementation: perform a remote DNS reverse lookup using a TorClient.