ValidationErrorHandler

Trait ValidationErrorHandler 

Source
pub trait ValidationErrorHandler {
    // Required methods
    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);
}

Required Methods§

Source

fn handle_search_text_error(&mut self, error: &str, detail: &str)

Source

fn handle_include_files_error(&mut self, error: &str, detail: &str)

Source

fn handle_exclude_files_error(&mut self, error: &str, detail: &str)

Implementors§