[][src]Type Definition iced_futures::BoxFuture

type BoxFuture<T> = BoxFuture<'static, T>;

A boxed static future.