pub trait FutureExt: Future { }
Expand description

Extension methods for Future.

Implementors§

source§

impl<T: Future + ?Sized> FutureExt for T