Type Alias BuilderInitFuture

Source
pub type BuilderInitFuture = Pin<Box<dyn Future<Output = Result<(), DataError>>>>;
Expand description

Communicative type alias representing the Future result of a StreamBuilder::init call generated whilst executing MultiStreamBuilder::add.

Aliased Typeยง

struct BuilderInitFuture {}