pub struct SimpleErrorHandler {
pub errors: Vec<String>,
}Expand description
Collects errors into an array
Fields§
§errors: Vec<String>Implementations§
Trait Implementations§
Source§impl Default for SimpleErrorHandler
impl Default for SimpleErrorHandler
Source§impl ValidationErrorHandler for SimpleErrorHandler
impl ValidationErrorHandler for SimpleErrorHandler
fn handle_search_text_error(&mut self, _error: &str, detail: &str)
fn handle_include_files_error(&mut self, _error: &str, detail: &str)
fn handle_exclude_files_error(&mut self, _error: &str, detail: &str)
Auto Trait Implementations§
impl Freeze for SimpleErrorHandler
impl RefUnwindSafe for SimpleErrorHandler
impl Send for SimpleErrorHandler
impl Sync for SimpleErrorHandler
impl Unpin for SimpleErrorHandler
impl UnwindSafe for SimpleErrorHandler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more