From 2ff579b79ca909f32914960b13bf8a49dab8a442 Mon Sep 17 00:00:00 2001 From: flub Date: Mon, 18 May 2026 09:37:45 +0000 Subject: [PATCH] deploy: 8d3c8866b6740e07b8c1b5aa27d58f9ddd41d1f3 --- pr/658/docs/bench/fn.connect_client.html | 2 +- pr/658/docs/bench/fn.drain_stream.html | 2 +- pr/658/docs/bench/fn.send_data_on_stream.html | 2 +- pr/658/docs/bench/fn.server_endpoint.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pr/658/docs/bench/fn.connect_client.html b/pr/658/docs/bench/fn.connect_client.html index 1f4edbfc9..db1c46780 100644 --- a/pr/658/docs/bench/fn.connect_client.html +++ b/pr/658/docs/bench/fn.connect_client.html @@ -2,5 +2,5 @@ server_addr: SocketAddr, server_cert: CertificateDer<'_>, opt: Opt, -) -> Result<(Endpoint, Connection)>
Expand description

Create a client endpoint and client connection

+) -> Result<(Endpoint, Connection)>
Expand description

Create a client endpoint and client connection

\ No newline at end of file diff --git a/pr/658/docs/bench/fn.drain_stream.html b/pr/658/docs/bench/fn.drain_stream.html index 1156135bd..419a7887d 100644 --- a/pr/658/docs/bench/fn.drain_stream.html +++ b/pr/658/docs/bench/fn.drain_stream.html @@ -1,4 +1,4 @@ drain_stream in bench - Rust

drain_stream

Function drain_stream 

Source
pub async fn drain_stream(
-    stream: RecvStream,
+    stream: RecvStream,
     read_unordered: bool,
 ) -> Result<usize>
\ No newline at end of file diff --git a/pr/658/docs/bench/fn.send_data_on_stream.html b/pr/658/docs/bench/fn.send_data_on_stream.html index dbdfc4d28..e0ee604a7 100644 --- a/pr/658/docs/bench/fn.send_data_on_stream.html +++ b/pr/658/docs/bench/fn.send_data_on_stream.html @@ -1,4 +1,4 @@ send_data_on_stream in bench - Rust

send_data_on_stream

Function send_data_on_stream 

Source
pub async fn send_data_on_stream(
-    stream: &mut SendStream,
+    stream: &mut SendStream,
     stream_size: u64,
 ) -> Result<()>
\ No newline at end of file diff --git a/pr/658/docs/bench/fn.server_endpoint.html b/pr/658/docs/bench/fn.server_endpoint.html index 2b7bac5c1..f1d25c09c 100644 --- a/pr/658/docs/bench/fn.server_endpoint.html +++ b/pr/658/docs/bench/fn.server_endpoint.html @@ -3,5 +3,5 @@ cert: CertificateDer<'static>, key: PrivateKeyDer<'static>, opt: &Opt, -) -> (SocketAddr, Endpoint)
Expand description

Creates a server endpoint which runs on the given runtime

+) -> (SocketAddr, Endpoint)
Expand description

Creates a server endpoint which runs on the given runtime

\ No newline at end of file