Trait soundchange::Search [-] [+] [src]

pub trait Search {
    fn search_loop<F>(&mut self, s: &str, preconds: &[Cond], postconds: &[Cond], f: F) where F: FnMut(bool, &str);
}

Required Methods

fn search_loop<F>(&mut self, s: &str, preconds: &[Cond], postconds: &[Cond], f: F) where F: FnMut(bool, &str)

Implementors