Searched refs:h2_to_io_error (Results 1 – 1 of 1) sorted by relevance
323 _ => 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() function439 .map_err(h2_to_io_error) in write()