pub type UploadPart = BoxFuture<'static, Result<()>>;
An upload part request
pub struct UploadPart { /* private fields */ }