Type Alias opendal::operator_futures::FuturePresignDelete

source ·
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 */ }