Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dfutures.rs22 pub struct PollFn<F> { struct
26 impl<F> Unpin for PollFn<F> {} implementation
28 impl<T, F> Future for PollFn<F> implementation