Type Definition samotop_core::common::S3Fut[][src]

type S3Fut<T> = Pin<Box<dyn Future<Output = T> + Sync + Send + 'static>>;