Type Alias opendal::raw::BoxedStaticFuture

source ·
pub type BoxedStaticFuture<T> = BoxFuture<'static, T>;
Expand description

BoxedStaticFuture is the type alias of [futures::future::BoxFuture].

We will switch to [futures::future::LocalBoxFuture] on wasm32 target.

Aliased Type§

struct BoxedStaticFuture<T> { /* private fields */ }