[−][src]Trait futures_test::future::FutureTestExt
Additional combinators for testing futures.
Provided methods
ⓘImportant traits for AssertUnmoved<Fut>fn assert_unmoved(self) -> AssertUnmoved<Self> where
Self: Sized,
[+]
ⓘImportant traits for AssertUnmoved<Fut>
Self: Sized,
ⓘImportant traits for PendingOnce<Fut>fn pending_once(self) -> PendingOnce<Self> where
Self: Sized,
[+]
ⓘImportant traits for PendingOnce<Fut>
Self: Sized,
fn run_in_background(self) where
Self: Sized + Send + 'static,
Self::Output: Send,
[+]
Self: Sized + Send + 'static,
Self::Output: Send,
Implementors
impl<Fut> FutureTestExt for Fut where
Fut: Future,
[src][−]
Fut: Future,
ⓘImportant traits for AssertUnmoved<Fut>fn assert_unmoved(self) -> AssertUnmoved<Self> where
Self: Sized,
[src]
ⓘImportant traits for AssertUnmoved<Fut>
Self: Sized,
ⓘImportant traits for PendingOnce<Fut>fn pending_once(self) -> PendingOnce<Self> where
Self: Sized,
[src]
ⓘImportant traits for PendingOnce<Fut>
Self: Sized,
fn run_in_background(self) where
Self: Sized + Send + 'static,
Self::Output: Send,
[src]
Self: Sized + Send + 'static,
Self::Output: Send,