Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dasync_send_sync.rs728 struct ImplsFd<T> { struct
729 _t: T,
731 impl<T> std::os::unix::io::AsRawFd for ImplsFd<T> { implementation