Searched defs:DynConnection (Results 1 – 1 of 1) sorted by relevance
64 struct DynConnection<'a, B: Buf = Bytes> { struct65 state: &'a mut State,67 go_away: &'a mut GoAway,69 streams: DynStreams<'a, B>,71 error: &'a mut Option<frame::GoAway>,73 ping_pong: &'a mut PingPong,385 impl<B> DynConnection<'_, B> implementation