FutureCopier

Type Alias FutureCopier 

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

Future that generated by Operator::copier_with.

Users can add more options by public functions provided by this struct.

Aliased Typeยง

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