pub trait StepId: Sync + Send + Display { // Required methods fn step(&self) -> &str; fn case_id(&self) -> &dyn CaseId; }