Searched defs:Http2SendRequest (Results 1 – 1 of 1) sorted by relevance
250 pub(super) struct Http2SendRequest<B> { struct251 dispatch: dispatch::UnboundedSender<Request<B>, Response<Body>>,404 impl<B> Http2SendRequest<B> { implementation415 impl<B> Http2SendRequest<B> implementation447 impl<B> fmt::Debug for Http2SendRequest<B> { implementation454 impl<B> Clone for Http2SendRequest<B> { implementation