Type Alias barter_data::streams::builder::multi::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 {}