Type Alias FutureCompose
pub type FutureCompose<F> = OperatorFuture<(ComposeOptions, Vec<(String, ComposeSourceOptions)>), Metadata, F>;Expand description
Operator::compose_with returns this future.
Use its methods to configure the destination before awaiting it.
Aliased Typeยง
pub struct FutureCompose<F> { /* private fields */ }