Trait Recap

Source
pub trait Recap:
    Debug
    + Send
    + Sync {
    // Required method
    fn recap(&self, wf: &WorkflowStrings) -> Result<Option<String>>;
}
Expand description

impl this for error traits that rely on Workflow strings for their message.

Required Methods§

Implementors§