Returns the current error handler configuration.
(&self)
| 252 | |
| 253 | /// Returns the current error handler configuration. |
| 254 | pub(super) fn error_handler(&self) -> ErrorHandler { |
| 255 | self.err_handler |
| 256 | } |
| 257 | |
| 258 | /// Clears the current error handler configuration. |
| 259 | pub(super) fn clear_error_handler(&mut self) { |