pub trait CtxError {
    fn with_error(&self, e: &ReadableError) -> String;
}
Expand description

Render template with error context

Required Methods

Implementors