Type Definition twitch_api2::client::BoxedFuture[][src]

type BoxedFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
This is supported on crate feature client only.

A boxed future, mimics futures::future::BoxFuture