Trait FutureExt
async_std::prelude
pub trait FutureExt: Future { }
Extension methods for Future.
Future
impl<T: Future + ?Sized> FutureExt for T