pub trait CtxError {
fn with_error(&self, e: &ReadableError) -> String;
}
Expand description
Render template with error context
Required Methods
source
pub trait CtxError {
fn with_error(&self, e: &ReadableError) -> String;
}
Render template with error context