Searched defs:PollOnce (Results 1 – 1 of 1) sorted by relevance
30 pub struct PollOnce<F: Future + Unpin> { struct34 impl<F: Future + Unpin> Future for PollOnce<F> { implementation