Home
last modified time | relevance | path

Searched defs:UpgradeableConnection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp1.rs403 pub struct UpgradeableConnection<T, S> struct
407 pub(super) inner: Option<Connection<T, S>>,
410 impl<I, B, S> UpgradeableConnection<I, S> implementation
427 impl<I, B, S> Future for UpgradeableConnection<I, S> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs1011 pub struct UpgradeableConnection<T, S, E> struct
1015 pub(super) inner: Connection<T, S, E>,
1018 impl<I, B, S, E> UpgradeableConnection<I, S, E> implementation
1036 impl<I, B, S, E> Future for UpgradeableConnection<I, S, E> implementation