[−][src]Type Definition ttv_rs::client::BoxedFuture
type BoxedFuture<'a, T> = Pin<Box<dyn Future<Output = T> + 'a + Send, Global>>;
This is supported on crate feature
client only.A boxed future, mimics futures::future::BoxFuture