Type Alias FutureRestore
pub type FutureRestore<F> = OperatorFuture<RestoreOptions, (), F>;Expand description
Operator::restore_with returns this future.
Use its methods to configure the operation before awaiting it.
Aliased Typeยง
pub struct FutureRestore<F> { /* private fields */ }