Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ffi/
Dtask.rs31 pub struct hyper_executor { struct
48 /// `hyper_executor::poll_next`. argument
53 pub(crate) struct WeakExec(Weak<hyper_executor>); argument
101 impl hyper_executor { implementation