Skip to main content

FutureDelete

Type Alias FutureDelete 

pub type FutureDelete<F> = OperatorFuture<DeleteOptions, (), F>;
Expand description

Operator::delete_with returns this future.

Use its methods to configure the operation before awaiting it.

Aliased Typeยง

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