Type Alias opendal::raw::BoxedFuture

source ·
pub type BoxedFuture<'a, T> = BoxFuture<'a, T>;
Expand description

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

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

Aliased Type§

struct BoxedFuture<'a, T> { /* private fields */ }