Home
last modified time | relevance | path

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

/dports/www/websocat/websocat-1.9.0/src/
H A Dutil.rs13 pub fn io_other_error<E: std::error::Error + Send + Sync + 'static>(e: E) -> std::io::Error { in io_other_error() function
/dports/www/websocat/websocat-1.9.0/cargo-crates/http-bytes-0.1.0/src/
H A Dlib.rs273 fn io_other_error(msg: &'static str) -> std::io::Error { in io_other_error() function