Home
last modified time | relevance | path

Searched refs:h2_to_io_error (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dmod.rs323 _ => Err(h2_to_io_error(e)), in poll_read()
367 Poll::Ready(Err(h2_to_io_error( in poll_write()
390 Poll::Ready(Err(h2_to_io_error( in poll_shutdown()
403 fn h2_to_io_error(e: h2::Error) -> io::Error { in h2_to_io_error() function
439 .map_err(h2_to_io_error) in write()