pub type SubscribeFuture = Pin<Box<dyn Future<Output = Result<(), DataError>>>>;Expand description
Communicative type alias representing the Future result of a Subscription validation
call generated whilst executing StreamBuilder::subscribe.
Aliased Typeยง
pub struct SubscribeFuture { /* private fields */ }