pub trait ErrToTeraError<Value> { // Required method fn err_to_tera_error(self) -> Result<Value, TeraError>; }