Skip to main content

FutureComposer

Type Alias FutureComposer 

pub type FutureComposer<F> = OperatorFuture<ComposeOptions, Composer, F>;
Expand description

Operator::composer_with returns this future.

Use its methods to configure the destination before awaiting it.

Aliased Typeยง

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