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