Home
last modified time | relevance | path

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

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