Trait astro_run::Plugin

source ·
pub trait Plugin: Send {
    // Required methods
    fn on_state_change(&self, event: WorkflowStateEvent);
    fn on_log(&self, log: WorkflowLog);
}

Required Methods§

Implementors§