FutureDelete

Type Alias FutureDelete 

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

Future that generated by Operator::delete_with.

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

Aliased Typeยง

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