Home
last modified time | relevance | path

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

/tonic/examples/src/streaming/
H A Dserver.rs15 fn match_for_io_error(err_status: &Status) -> Option<&std::io::Error> { in match_for_io_error() function
113 if let Some(io_err) = match_for_io_error(&err) { in bidirectional_streaming_echo()