Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dconn.rs485 fn try_keep_alive(&mut self, cx: &mut Context<'_>) { in try_keep_alive() function
974 fn try_keep_alive<T: Http1Transaction>(&mut self) { in try_keep_alive() method