Skip to main content

DeployProgress

Trait DeployProgress 

Source
pub trait DeployProgress: Send + Sync {
    // Required methods
    fn event(&self, event: &DeployEvent<'_>);
    fn confirm(&self, prompt: &DeployPrompt) -> SyncResult<bool>;
}

Required Methods§

Source

fn event(&self, event: &DeployEvent<'_>)

Source

fn confirm(&self, prompt: &DeployPrompt) -> SyncResult<bool>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§