Skip to main content

SubscriptionFuture

Type Alias SubscriptionFuture 

Source
pub type SubscriptionFuture = Pin<Box<dyn Future<Output = Result<Subscription>> + Send>>;
Expand description

Future type for subscription methods.

Aliased Type§

pub struct SubscriptionFuture { /* private fields */ }