Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/h2/src/proto/
Dping_pong.rs235 pub(crate) fn poll_pong(&self, cx: &mut Context) -> Poll<Result<(), proto::Error>> { in poll_pong() method
/external/rust/android-crates-io/crates/h2/src/
Dshare.rs569 pub fn poll_pong(&mut self, cx: &mut Context) -> Poll<Result<Pong, crate::Error>> { in poll_pong() method