pub type FuturePresignDelete<F> = OperatorFuture<(DeleteOptions, Duration), PresignedRequest, F>;Expand description
Future that generated by Operator::presign_delete_with.
Users can add more options by public functions provided by this struct.
Aliased Typeยง
pub struct FuturePresignDelete<F> { /* private fields */ }