Skip to main content

DeployProgress

Trait DeployProgress 

Source
pub trait DeployProgress: Send + Sync {
    // Required method
    fn event(&self, event: &DeployEvent<'_>);
}

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§