barter_data::streams::builder

Type Alias 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.

Aliased Typeยง

struct SubscribeFuture {}