pub trait AnyErrorRenderer { // Required method fn render(&self, error: &AnyError) -> String; }
Renderer contract for AnyError output targets.