mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-22 19:24:08 +00:00
Update quinn/src/recv_stream.rs
Co-authored-by: Benjamin Saunders <ben.e.saunders@gmail.com>
This commit is contained in:
committed by
Benjamin Saunders
parent
b95e50fb1f
commit
06e1a1a8c5
@@ -40,8 +40,8 @@ use crate::{
|
||||
/// ```no_run
|
||||
/// # use quinn::{SendStream, RecvStream};
|
||||
/// # async fn func(
|
||||
/// # send_stream: &mut SendStream,
|
||||
/// # recv_stream: &mut RecvStream,
|
||||
/// # mut send_stream: SendStream,
|
||||
/// # mut recv_stream: RecvStream,
|
||||
/// # ) -> anyhow::Result<()>
|
||||
/// # {
|
||||
/// // In the sending task
|
||||
|
||||
Reference in New Issue
Block a user