Type Definition barter_data::streams::builder::SubscribeFuture

source ·
pub type SubscribeFuture = Pin<Box<dyn Future<Output = Result<(), DataError>>>>;
Expand description

Convenient type alias representing a Future which yields an exchange Market<Event> receiver.