Trait astro_run::Action

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

Required Methods§

Implementors§