[][src]Type Definition twitchchat::BoxedFuture

type BoxedFuture<T> = Pin<Box<dyn Future<Output = T> + Send + Sync>>;

A boxed Future that is Send + Sync