pub type FuturePresignDelete<F> = OperatorFuture<(OpDelete, 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ยง
struct FuturePresignDelete<F> { /* private fields */ }