pub trait Recap: Debug + Send + Sync { // Required method fn recap(&self, wf: &WorkflowStrings) -> Result<Option<String>>; }
impl this for error traits that rely on Workflow strings for their message.