[][src]Type Definition gluon_salsa::BoxFuture

type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;

A boxed future used in the salsa traits