Trait Action

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

Required Methods§

Implementors§