pub type SubscriptionFuture = Pin<Box<dyn Future<Output = Result<Subscription>> + Send>>;
Future type for subscription methods.
pub struct SubscriptionFuture { /* private fields */ }