Searched defs:ConnectionInner (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/ |
D | connection.rs | 32 struct ConnectionInner<P, B: Buf = Bytes> struct 37 state: State, 43 error: Option<frame::GoAway>, 46 go_away: GoAway, 49 ping_pong: PingPong, 52 settings: Settings, 55 streams: Streams<B, P>, 58 span: tracing::Span, 61 _phantom: PhantomData<P>, 360 impl<P, B> ConnectionInner<P, B> implementation [all …]
|