Type Definition samotop_core::common::S3Fut

source · []
pub type S3Fut<T> = Pin<Box<dyn Future<Output = T> + Sync + Send + 'static>>;