Skip to main content

FutureCopier

Type Alias FutureCopier 

pub type FutureCopier<F> = OperatorFuture<(CopyOptions, String), Copier, F>;
Expand description

Operator::copier_with returns this future.

Use its methods to configure the operation before awaiting it.

Aliased Typeยง

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