Type Definition barter_data::streams::builder::SubscribeFuture
source · pub type SubscribeFuture = Pin<Box<dyn Future<Output = Result<(), DataError>>>>;Expand description
Communicative type alias representing the Future result of a Subscription validate
call generated whilst executing StreamBuilder::subscribe.