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> {}