Type Alias opendal::operator_futures::FutureDeleter
source · pub type FutureDeleter<F> = OperatorFuture<OpDeleter, (), F>;
Expand description
Future that generated by [Operator::deleter_with
].
Users can add more options by public functions provided by this struct.
Aliased Type§
struct FutureDeleter<F> { /* private fields */ }