Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ffi/
Dtask.rs64 struct TaskFuture { struct
65 task: Option<Box<hyper_task>>,
254 impl Future for TaskFuture { implementation