[−][src]Trait constellation::FutureExt1
Extension trait to provide convenient block() method on futures.
Named FutureExt1 to avoid clashing with futures::future::FutureExt.
Provided methods
fn block(self) -> Self::Output where
Self: Sized,
Self: Sized,
Convenience method over futures::executor::block_on(future).