We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75aac9f commit 523a089Copy full SHA for 523a089
src/client/conn/http2.rs
@@ -20,6 +20,7 @@ use crate::proto;
20
use crate::rt::{Executor, Timer};
21
22
/// The sender side of an established connection.
23
+#[derive(Clone)]
24
pub struct SendRequest<B> {
25
dispatch: dispatch::UnboundedSender<Request<B>, Response<IncomingBody>>,
26
}
0 commit comments