Type Alias mz_storage_client::controller::BoxFuture
source · pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send + 'static>>;
Aliased Type§
struct BoxFuture<T> {}
pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send + 'static>>;
struct BoxFuture<T> {}