async fn isolated_client<R: Runtime>(
client: Arc<TorClient<R>>,
_method: Box<IsolatedClient>,
ctx: Arc<dyn Context>,
) -> Result<SingleIdResponse, RpcError>
Available on crate feature
rpc
only.Expand description
RPC method implementation: return a new isolated client based on a given client.