Skip to main content

SeedSetupAgentFuture

Type Alias SeedSetupAgentFuture 

Source
pub type SeedSetupAgentFuture<'a> = Pin<Box<dyn Future<Output = Result<SeedSetupAgentOutput, SeedSetupAgentError>> + Send + 'a>>;

Aliased Typeยง

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