Trait astro_run::Action

source ·
pub trait Actionwhere
    Self: Send + Sync,{
    // Required method
    fn normalize(&self, step: UserActionStep) -> Result<ActionSteps>;
}

Required Methods§

Implementors§