Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_poll_aio.rs33 struct FsyncFut<'fd>(Aio<TokioSource<'fd>>); struct
35 impl<'fd> FsyncFut<'fd> { implementation
45 impl<'fd> Future for FsyncFut<'fd> { implementation