Skip to main content

FutureRename

Type Alias FutureRename 

Source
pub type FutureRename<F> = OperatorFuture<(RenameOptions, String), (), F>;
Expand description

Operator::rename_with returns this future.

Use its methods to configure the operation before awaiting it.

Aliased Typeยง

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