Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dmacros_join.rs165 struct NotAFuture; in join_into_future() struct
166 impl std::future::IntoFuture for NotAFuture { in join_into_future() implementation
Dmacros_select.rs698 struct NotAFuture; in select_into_future() struct
699 impl std::future::IntoFuture for NotAFuture { in select_into_future() implementation