pub type ArtifactFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
A boxed artifact-store future.
pub struct ArtifactFuture<'a, T> { /* private fields */ }