Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dasync_fd.rs1154 ) -> Result<io::Result<R>, TryIoError> { in try_io() argument
1339 ) -> Result<io::Result<R>, TryIoError> { in try_io() argument
1395 pub struct TryIoError(()); struct