[][src]Type Definition metrics_cloudwatch::BoxFuture

type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + Sync + 'a>>;