pub type FutureCopy<F> = OperatorFuture<(CopyOptions, String), (), F>;Expand description
Future that generated by Operator::copy_with.
Users can add more options by public functions provided by this struct.
Aliased Typeยง
pub struct FutureCopy<F> { /* private fields */ }