Skip to main content

ToolReleaseInstallFuture

Type Alias ToolReleaseInstallFuture 

Source
pub type ToolReleaseInstallFuture<'a> = Pin<Box<dyn Future<Output = Result<ToolConfig>> + Send + 'a>>;

Aliased Typeยง

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