Searched defs:Http2Conn (Results 1 – 1 of 1) sorted by relevance
194 pub(crate) struct Http2Conn<S> { struct196 pub(crate) id: u32,198 pub(crate) sender: UnboundedSender<Send2Ctrl>,199 pub(crate) stream_info: StreamInfo<S>,591 impl<S> Http2Conn<S> { implementation