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