Skip to main content

ArtifactFuture

Type Alias ArtifactFuture 

Source
pub type ArtifactFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Expand description

A boxed artifact-store future.

Aliased Typeยง

pub struct ArtifactFuture<'a, T> { /* private fields */ }