Type Alias FutureDeleter
pub type FutureDeleter<F> = OperatorFuture<OpDeleter, (), F>;Expand description
This future creates a Deleter.
Use its methods to configure the operation before awaiting it.
Aliased Typeยง
pub struct FutureDeleter<F> { /* private fields */ }