Type Alias opendal::operator_futures::FutureDelete

source ·
pub type FutureDelete<F> = OperatorFuture<OpDelete, (), F>;
Expand description

Future that generated by Operator::delete_with.

Users can add more options by public functions provided by this struct.

Aliased Type§

struct FutureDelete<F> { /* private fields */ }

Implementations§

source§

impl<F: Future<Output = Result<()>>> FutureDelete<F>

source

pub fn version(self, v: &str) -> Self

Change the version of this delete operation.