Skip to main content

ProjectSetupAgentFuture

Type Alias ProjectSetupAgentFuture 

Source
pub type ProjectSetupAgentFuture<'a> = Pin<Box<dyn Future<Output = Result<ProjectSetupAgentOutput, ProjectSetupAgentError>> + Send + 'a>>;

Aliased Typeยง

pub struct ProjectSetupAgentFuture<'a> { /* private fields */ }