Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/
Dalways_ready.rs8 pub struct AlwaysReady<T, F: Fn() -> T>(F); struct
10 impl<T, F: Fn() -> T> core::fmt::Debug for AlwaysReady<T, F> { implementation
16 impl<T, F: Fn() -> T + Clone> Clone for AlwaysReady<T, F> { implementation
22 impl<T, F: Fn() -> T + Copy> Copy for AlwaysReady<T, F> {} implementation
24 impl<T, F: Fn() -> T> Unpin for AlwaysReady<T, F> {} implementation
26 impl<T, F: Fn() -> T> FusedFuture for AlwaysReady<T, F> { implementation
32 impl<T, F: Fn() -> T> Future for AlwaysReady<T, F> { implementation