Searched defs:PendingOnce (Results 1 – 2 of 2) sorted by relevance
15 pub struct PendingOnce<Fut> { struct21 impl<Fut: Future> PendingOnce<Fut> { implementation27 impl<Fut: Future> Future for PendingOnce<Fut> { implementation42 impl<Fut: FusedFuture> FusedFuture for PendingOnce<Fut> { implementation
29 pub struct PendingOnce { struct33 impl Future for PendingOnce { argument