Type Definition vertx_rust::vertx::BoxFuture

source ·
pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send + 'static>>;